Table Markers
ID (Primary Key)
This&That
PointClass (Combo box)
Points
Table PointClasses
PointClass (primary key)
Points (number)
Description (Text)
Many records in Markers will have a given pointclass.
What I want to happen, is when Pointclass is selected in Markers,
I get a drop down box of possible choices. (this works)
and then the Points box in Markers is automatically filled in by looking
up the value of Markers.PointCl ass in PointClasses, and returning the
single value points. (You can tell, I think in procedures...)
If I try to use select I get a raft of values from a join or a where
clause.
Ideas? I feel like I'm trying to change a light bulb with a pipe wrench
ID (Primary Key)
This&That
PointClass (Combo box)
Points
Table PointClasses
PointClass (primary key)
Points (number)
Description (Text)
Many records in Markers will have a given pointclass.
What I want to happen, is when Pointclass is selected in Markers,
I get a drop down box of possible choices. (this works)
and then the Points box in Markers is automatically filled in by looking
up the value of Markers.PointCl ass in PointClasses, and returning the
single value points. (You can tell, I think in procedures...)
If I try to use select I get a raft of values from a join or a where
clause.
Ideas? I feel like I'm trying to change a light bulb with a pipe wrench
Comment