M
Mark
I am in the process of creating a databse to allow our IT dept to put onr
daily schedules online. I have two tables, tblSCHEDULE and tblTIME. The
first table holds the date of the schedule with a primary key of ScheduleID.
The second table links to the first table via ScheduleID. I need to be able
to open the second form, frmTIME_Update to open up and populate the
ScheduleID field on the form for the current record. I have tried using the
form as a subform, however, I have to have two other subforms linked to the
frmTIME_Update form and don't know which way to go. I have tried using the
OpenArgs to pass the value to the second form; but that has failed to work
also.
I am using Access 2003 and will be creating the BE/FE form for use in our
network envirionment. Any help would be greatly appreciated. Thank you in
advance.
daily schedules online. I have two tables, tblSCHEDULE and tblTIME. The
first table holds the date of the schedule with a primary key of ScheduleID.
The second table links to the first table via ScheduleID. I need to be able
to open the second form, frmTIME_Update to open up and populate the
ScheduleID field on the form for the current record. I have tried using the
form as a subform, however, I have to have two other subforms linked to the
frmTIME_Update form and don't know which way to go. I have tried using the
OpenArgs to pass the value to the second form; but that has failed to work
also.
I am using Access 2003 and will be creating the BE/FE form for use in our
network envirionment. Any help would be greatly appreciated. Thank you in
advance.