Select certain fields on CUST table using dbuwin
Started by ViarexJonas, Apr 14 2010 08:39 AM
7 replies to this topic
#1
Posted 14 April 2010 - 08:39 AM
Is it possible to select only the email field in the CUST table when using dbuwin and filtering the records?
#2
Posted 14 April 2010 - 11:11 AM
If you mean, Can you filter the records based upon the email field in dbuwin? the answer is yes.
I believe the syntax is
email<>""
If you want to list the records that possess an email address.
OR
email="[email protected]"
if you want to see if your email address is in your database.
I believe the syntax is
email<>""
If you want to list the records that possess an email address.
OR
email="[email protected]"
if you want to see if your email address is in your database.
David Seibold
Wild Horses, Inc.
Operations Manager
Wild Horses, Inc.
Operations Manager
#3
Posted 14 April 2010 - 11:14 AM
Actually what I'm trying to do is just get the email field instead of all the fields from the Cust table.
#4
Posted 03 June 2010 - 08:34 AM
Hoping to bump this and get an answer to this question please.
#5
Posted 03 June 2010 - 08:43 AM
What are you wanting to accomplish? Do you want to export a file? What version of MOM are you running?
I'm currently using MOM 7 XL and no longer use or have dbuwin so I am trying to help you from memory of the 'old' days.
I'm currently using MOM 7 XL and no longer use or have dbuwin so I am trying to help you from memory of the 'old' days.
David Seibold
Wild Horses, Inc.
Operations Manager
Wild Horses, Inc.
Operations Manager
#6
Posted 03 June 2010 - 08:50 AM
I'm currently running v6.2 and using DBUWin.exe to query the CUST table. I would like to export all the email suppressions. Here's the query statement I use to gather all the email suppressions: LIKE("*@*.*",Cust.email) AND Cust.noemail = .T.
The problem is that it is pulling all the fields.
The problem is that it is pulling all the fields.
#7
Posted 03 June 2010 - 11:52 AM
I always used MS Access rather than dbuwin with MOM 5.4. Unfortunately you can't do that in 6.2. I never bothered to learn much of dbuwin other than how to find the record I wanted to look at.I'm currently running v6.2 and using DBUWin.exe to query the CUST table. I would like to export all the email suppressions. Here's the query statement I use to gather all the email suppressions: LIKE("*@*.*",Cust.email) AND Cust.noemail = .T.
The problem is that it is pulling all the fields.
However, look for a SELECT command to select the email field. It's probably set currently for all fields.
As a last resort, you could export your data to excel and then delete the columns you don't need.
Sorry I can't be any more help.
David Seibold
Wild Horses, Inc.
Operations Manager
Wild Horses, Inc.
Operations Manager
#8
Posted 03 June 2010 - 12:57 PM
Appreciate the help David! Thanks again!
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users