G
Guest
my database has two tables -Boats and logsheets with a one to many
referential join on the BoatID field
the logsheet form has a combo box for entering the boat id using a select
query from the boats table to populate the list which works fine. If the
logsheet is for a boat which is not in the Boats table there is a button
which opens the Boat Entry form so that it can be entered. Again this works
fine except that when it is closed and the combo button is activated the new
entry does not appear. Is there a neat way of forcing the select query to
update itself?
Thanks in advance,
Fran
referential join on the BoatID field
the logsheet form has a combo box for entering the boat id using a select
query from the boats table to populate the list which works fine. If the
logsheet is for a boat which is not in the Boats table there is a button
which opens the Boat Entry form so that it can be entered. Again this works
fine except that when it is closed and the combo button is activated the new
entry does not appear. Is there a neat way of forcing the select query to
update itself?
Thanks in advance,
Fran