I have a tab control form with, 2 rows of 12 tabs. Each tab opens to reveal various on-call information for particular office locations throughout the province. Due to size limitations I have had to create 3 different tables to handle the form.
tblOnCallA-N
tblOnCallO-Z
tblOnCallSpecial
I cannot join the tables into a query due to size limitations + there is no common field. I thought that I could us the control source property for each field in the form to tell it where to get it's data for example,
=[tblOnCallA-N]![TorontoSec1]
=[tblOnCallA-N]![TorontoSec2]
1. I am getting the #Name? error
2. I also need to use the form for data entry. That is...if there is a change to who or what is on-call at a location, the user needs to make the changes in the form. The table needs to update with the new data.
Am I off base here? Is there a better way to achieve what I need?
Thanks,
Jeannie
tblOnCallA-N
tblOnCallO-Z
tblOnCallSpecial
I cannot join the tables into a query due to size limitations + there is no common field. I thought that I could us the control source property for each field in the form to tell it where to get it's data for example,
=[tblOnCallA-N]![TorontoSec1]
=[tblOnCallA-N]![TorontoSec2]
1. I am getting the #Name? error
2. I also need to use the form for data entry. That is...if there is a change to who or what is on-call at a location, the user needs to make the changes in the form. The table needs to update with the new data.
Am I off base here? Is there a better way to achieve what I need?
Thanks,
Jeannie