N
Noemi
Hi
I have 2 tables (tbl_Client & tbl_Timesheet)
tbl_Timesheet has a field called Client which is linked as combobox to
tbl_Client (this allows user to select the client rather than retyping the
same client over and over)
I then have a form which has tbl_Timesheet in a subform on a tab control.
I have created a textbox so that if we have a new client we can type the
name into the text box and update the tbl_Client table however I am not sure
how to refresh the tbl_Timesheet table which is visible on the form so once
the new name has been entered and an update button clicked, it adds the new
name but also makes it available in the drop down box so person entering in
data can now select the new name.
I hope the above makes sense and someone can help
I have 2 tables (tbl_Client & tbl_Timesheet)
tbl_Timesheet has a field called Client which is linked as combobox to
tbl_Client (this allows user to select the client rather than retyping the
same client over and over)
I then have a form which has tbl_Timesheet in a subform on a tab control.
I have created a textbox so that if we have a new client we can type the
name into the text box and update the tbl_Client table however I am not sure
how to refresh the tbl_Timesheet table which is visible on the form so once
the new name has been entered and an update button clicked, it adds the new
name but also makes it available in the drop down box so person entering in
data can now select the new name.
I hope the above makes sense and someone can help