Hi,
I wish to have a couple of comboboxes, one populated with all tables (got
this working) and the other will update with the fields of whatever table is
selected in the first combobox.
cboTables has rowsource set as a query 'show_tables' (showing all tables)
so far for cboFields rowsource I have variants of 'select * from
me!cmbTables.va lue where 1=2' - but I don't really know what I'm doing here,
so it clearly doesn't work.
Can anyone give any pointers?
Also, in cboTables I have 'cmbFields.Requ ery' as an event for afterupdate,
is this ok?
Many thanks!
Chris
I wish to have a couple of comboboxes, one populated with all tables (got
this working) and the other will update with the fields of whatever table is
selected in the first combobox.
cboTables has rowsource set as a query 'show_tables' (showing all tables)
so far for cboFields rowsource I have variants of 'select * from
me!cmbTables.va lue where 1=2' - but I don't really know what I'm doing here,
so it clearly doesn't work.
Can anyone give any pointers?
Also, in cboTables I have 'cmbFields.Requ ery' as an event for afterupdate,
is this ok?
Many thanks!
Chris
Comment