B
Brenda
1) I am LEFT OUTER JOIN table1 and table2 on cust_name. Table1 has no
duplicates on cust_name, but table2 does. I do not want any duplicate
cust_name in my result set. The DISTINCT will not work because the entire row
will not be a duplicate. What can I do.
2) If I have a table1 of cust_no, how can delete these from table2? I just
do not know the format of a DELETE SQL and Access has almost no SQL help
items (that I could find)
3) How can I control the data type of my result fields? I combined several
fields with '&' and the resulting table had the field as a text field. How
can I force the field to be a memo? I am joining a date, and two text fields.
Thanks
Brenda
duplicates on cust_name, but table2 does. I do not want any duplicate
cust_name in my result set. The DISTINCT will not work because the entire row
will not be a duplicate. What can I do.
2) If I have a table1 of cust_no, how can delete these from table2? I just
do not know the format of a DELETE SQL and Access has almost no SQL help
items (that I could find)
3) How can I control the data type of my result fields? I combined several
fields with '&' and the resulting table had the field as a text field. How
can I force the field to be a memo? I am joining a date, and two text fields.
Thanks
Brenda