A
atledreier
Hey.
I have a problem I can't wrap my head around.
I have a database with mostly normalized data.
I have a few tables with a common key, so they are no problem
TBL_Tag
*tagno
description
area
etc...
TBL_Tag_Termination
*Tagno
misc tag info...
TBL_Tag_Misc
*Tagno
misc tag info fields...
Then I have a list of users that log on, and by doing that I set a
public variable 'Login' that is the userID. I retrieve this number in
my forms and queries by the function Getlogin(). All of this works.
Now, to my problem:
I have a table that link users to areas:
TBL_User_Area
UserID
Area
My users populate this table through a form, setting the areas they
'own' in this table
What I want is to make a query that will return relevant fields from
the different 'tag' tables for areas that they own, AND make the query
editable. I have made a query that return the fields I want, but I
can't make the data editable. I'm sure i'm missing something here, I
just can't see what it is.
I have a problem I can't wrap my head around.
I have a database with mostly normalized data.
I have a few tables with a common key, so they are no problem
TBL_Tag
*tagno
description
area
etc...
TBL_Tag_Termination
*Tagno
misc tag info...
TBL_Tag_Misc
*Tagno
misc tag info fields...
Then I have a list of users that log on, and by doing that I set a
public variable 'Login' that is the userID. I retrieve this number in
my forms and queries by the function Getlogin(). All of this works.
Now, to my problem:
I have a table that link users to areas:
TBL_User_Area
UserID
Area
My users populate this table through a form, setting the areas they
'own' in this table
What I want is to make a query that will return relevant fields from
the different 'tag' tables for areas that they own, AND make the query
editable. I have made a query that return the fields I want, but I
can't make the data editable. I'm sure i'm missing something here, I
just can't see what it is.