H
Heather
Hello again
My db is going out to many field offices. I made a
little form at start up that tells the user to enter
their office name from a drop down box. The data is
stored at
tblProviderDefault.ProviderID, where ProviderID coming
from
tblProvider.ProviderID
How then do I get the info from
tblProviderDefault.ProviderID to be the default in
another table (tblService)? I went to
tblService.ProviderID and wrote in the field's default
property
=tblProviderDefault.ProviderID
I'm getting the #Name? error. Any ideas?
Thanks again!!
Heather
My db is going out to many field offices. I made a
little form at start up that tells the user to enter
their office name from a drop down box. The data is
stored at
tblProviderDefault.ProviderID, where ProviderID coming
from
tblProvider.ProviderID
How then do I get the info from
tblProviderDefault.ProviderID to be the default in
another table (tblService)? I went to
tblService.ProviderID and wrote in the field's default
property
=tblProviderDefault.ProviderID
I'm getting the #Name? error. Any ideas?
Thanks again!!
Heather