S
steve
Is it possible to have a drop down box within a form which will show values
from 1 table which is dependant on the value of a field in the table it
controls being the same ?
eg: Table 1 = contacts, Table 2 = companies
if contacts.Town = companies.Town
show companies.name companies.Town in combo box
I've looked everywhere within the properties of my combo box, but cannot see
anywhere I can place the SQL for something like this.
My only option is to refer to a query, which currently returns all entries
as it's multi row.
Any advise greatly appreciated.
Steve.
from 1 table which is dependant on the value of a field in the table it
controls being the same ?
eg: Table 1 = contacts, Table 2 = companies
if contacts.Town = companies.Town
show companies.name companies.Town in combo box
I've looked everywhere within the properties of my combo box, but cannot see
anywhere I can place the SQL for something like this.
My only option is to refer to a query, which currently returns all entries
as it's multi row.
Any advise greatly appreciated.
Steve.