J
Jeff Garrison
Here's a good one -
I have a database that is split using front end/back end. I have to make
default changes on the year periodically for the users. What I want to do
is to have a table on the back end that I can change the default year so
that all of the forms will display and use the year that is stored in the
Year table. How can I use VBA to display and use whatever in is that table
stored on the back end? I've tried using the Default Value property for the
field (which is unbound), using the syntax [tblDefaultYear]![DefaultYear],
but all I get is the #Name?.
Any help would be greatly appreciated.
Jeff
I have a database that is split using front end/back end. I have to make
default changes on the year periodically for the users. What I want to do
is to have a table on the back end that I can change the default year so
that all of the forms will display and use the year that is stored in the
Year table. How can I use VBA to display and use whatever in is that table
stored on the back end? I've tried using the Default Value property for the
field (which is unbound), using the syntax [tblDefaultYear]![DefaultYear],
but all I get is the #Name?.
Any help would be greatly appreciated.
Jeff