
Select certain fields on CUST table using dbuwin
#1
Posted 14 April 2010 - 08:39 AM
#2
Posted 14 April 2010 - 11:11 AM
I believe the syntax is
email<>""
If you want to list the records that possess an email address.
OR
email="yourname@domain.com"
if you want to see if your email address is in your database.
Wild Horses, Inc.
Operations Manager
#3
Posted 14 April 2010 - 11:14 AM
#4
Posted 03 June 2010 - 08:34 AM
#5
Posted 03 June 2010 - 08:43 AM
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.
Wild Horses, Inc.
Operations Manager
#6
Posted 03 June 2010 - 08:50 AM
The problem is that it is pulling all the fields.
#7
Posted 03 June 2010 - 11:52 AM
'ViarexJonas', on 03 Jun 2010 - 4:50 PM, said:
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.
Wild Horses, Inc.
Operations Manager
#8
Posted 03 June 2010 - 12:57 PM
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users