I apologize for the basic question, but MS's documentation has been no
help at all.
I'm working on a database, and need to create a form for schedules,
M-F, 8-4.
I've settled on an easy way out, by creating 5 similar tables (Monday,
Tuesday, Wednesday, etc.) with the same fields (8, 9, 10, etc.) that
link up to one table (Schedule) and then to the person. Not elegant,
but I'm beginner.
I've tried to design a form from scratch, directing checkboxes to each
time field for each table, but the checkboxes are blanked out. I've
put the following information in the Control Source field with the
Data Tab:
Monday.8
Yet the message reads:
Control can't be edited; it's bound to unknow field 'monday.8'.
If I use the expression builder, select the appropriate table and
field (which is [Monday]![8]):
Control can't be edited; it's bound to the expression '[Monday]![8]'
Any suggestions are welcome.
help at all.
I'm working on a database, and need to create a form for schedules,
M-F, 8-4.
I've settled on an easy way out, by creating 5 similar tables (Monday,
Tuesday, Wednesday, etc.) with the same fields (8, 9, 10, etc.) that
link up to one table (Schedule) and then to the person. Not elegant,
but I'm beginner.
I've tried to design a form from scratch, directing checkboxes to each
time field for each table, but the checkboxes are blanked out. I've
put the following information in the Control Source field with the
Data Tab:
Monday.8
Yet the message reads:
Control can't be edited; it's bound to unknow field 'monday.8'.
If I use the expression builder, select the appropriate table and
field (which is [Monday]![8]):
Control can't be edited; it's bound to the expression '[Monday]![8]'
Any suggestions are welcome.
Comment