T
Tom Brown
I have three forms. frm_Login, frm_FS_Driver, and frm_Trade_Driver. A
cashier logs in using frm_Login, which contains several identifying entries
using textboxes, then uses either frm_FS_Driver or frm_Trade_Driver to enter
the days receipts for each driver that comes to her window. The driver can
be either FS or Trade, not both. I want to create append queries for each
type of driver so that the combined entries from the frm_Login and either
the frm_FS_Driver or frm_Trade_Driver create 1 record in my tbl_Master_Data.
I don't want to create one form with a login for each driver because that
would mean the cashier would potentially have to login and logout each time
a driver comes to her window. Any suggestions would be greatly appreciated.
Thanks,
Tom Brown
cashier logs in using frm_Login, which contains several identifying entries
using textboxes, then uses either frm_FS_Driver or frm_Trade_Driver to enter
the days receipts for each driver that comes to her window. The driver can
be either FS or Trade, not both. I want to create append queries for each
type of driver so that the combined entries from the frm_Login and either
the frm_FS_Driver or frm_Trade_Driver create 1 record in my tbl_Master_Data.
I don't want to create one form with a login for each driver because that
would mean the cashier would potentially have to login and logout each time
a driver comes to her window. Any suggestions would be greatly appreciated.
Thanks,
Tom Brown