J
Jason Sands
Hello all. I searched and found the following but do not think it
meets what I am attempting to do.
http://groups.google.com/group/micr...bdesign/browse_thread/thread/e2a70336e9a81462
There are five tables within my database: [1] inventory [2] to users
[3] from users [4] shipped to leasing company [5] received from Lenovo
One solution is to add a field and select which place the computer is
at, but the bosses do not like that idea. They want to keep the same
five tables. The problem, is that, when I create a new field (or
delete a field) in one table I have to do the same in all tables. In
there any way I can create a 'master table' and all other table fields
come from this one master table?
The following is a post from the thread I mentioned; I do not know
where to put it, even to try it.
Public Sub Foo(ATableName As String)
Dim db As DAO.Database
meets what I am attempting to do.
http://groups.google.com/group/micr...bdesign/browse_thread/thread/e2a70336e9a81462
There are five tables within my database: [1] inventory [2] to users
[3] from users [4] shipped to leasing company [5] received from Lenovo
One solution is to add a field and select which place the computer is
at, but the bosses do not like that idea. They want to keep the same
five tables. The problem, is that, when I create a new field (or
delete a field) in one table I have to do the same in all tables. In
there any way I can create a 'master table' and all other table fields
come from this one master table?
The following is a post from the thread I mentioned; I do not know
where to put it, even to try it.
Public Sub Foo(ATableName As String)
Dim db As DAO.Database