M
MyEmailList
Two completely seperate questions...
1 - Have a table with bunch of fields & ten of those fields may be
blank. How can I search multiple fields at once using a query... say
fields M through X... and see if any of those fields... in any of
40,000 records... have data in them?
2 - I have a tblAccounts, tblOrders and tblOrderItems in my db. The
orders may be delivered over several months and the customers may pay
all up front, in 2 or 3 equal payments at monthly intervals, or pay so
much per month over the course of delivery.
How do you design the table structure for payments? Do you have a
tblPayments as a child of tblOrders or of tblOrderItems... or what?
thanks for any help.
Mel
1 - Have a table with bunch of fields & ten of those fields may be
blank. How can I search multiple fields at once using a query... say
fields M through X... and see if any of those fields... in any of
40,000 records... have data in them?
2 - I have a tblAccounts, tblOrders and tblOrderItems in my db. The
orders may be delivered over several months and the customers may pay
all up front, in 2 or 3 equal payments at monthly intervals, or pay so
much per month over the course of delivery.
How do you design the table structure for payments? Do you have a
tblPayments as a child of tblOrders or of tblOrderItems... or what?
thanks for any help.
Mel