M
Matt
I have read in a few places to limit the number of lookup fields in my
DB. I am attempting to control the input into the DB and create a
valid values list for specific fields. As of now I have used the SQL
select statement to use the autonumber PK as the control source for the
combo box, but only show the second column. I can see where this will
lead to querying and relational difficulties down the road.
The key points are: How to control and limit input? Is there an easy
way to use a single valid values list? Would that even help?
any specific or general feedback would be great.. Thanks
DB. I am attempting to control the input into the DB and create a
valid values list for specific fields. As of now I have used the SQL
select statement to use the autonumber PK as the control source for the
combo box, but only show the second column. I can see where this will
lead to querying and relational difficulties down the road.
The key points are: How to control and limit input? Is there an easy
way to use a single valid values list? Would that even help?
any specific or general feedback would be great.. Thanks