M
Michael Wong
I have a cbo on my form that fills with data from a simple query:
QContact:
- ContactName (Ordered)
- Address
- Phone
that queries from a table:
TContact:
- ContactName
- Address
- Phone
I wondering that is it worth doing a query from a so simple table to fill up
the cbo?
QContact:
- ContactName (Ordered)
- Address
- Phone
that queries from a table:
TContact:
- ContactName
- Address
- Phone
I wondering that is it worth doing a query from a so simple table to fill up
the cbo?