jmbcreative
Technical User
Here's a difficult one.
I have a table that has controlID's with just numbers llike "325". I also have a table that has the controlID's that have the same numbers only each each of those have a letter at the end like "325a", "325b" and so on. Basically that is how the records in the two tables are associated with each other.
I have created a form that has the controlID (with the numbers only) field in it. I need a command button on that form to get the value that is populating that controlID field "325", query the second table that has the controlID's with the letters at the end (ie."325a", "325b") and return all of those values into a field on my form titled "component".
Kinda like below if it helps:
System ControlID Components controlID's
325 325a, 325b
I'm not sure where to start with this one. Anybody have any ideas?
I have a table that has controlID's with just numbers llike "325". I also have a table that has the controlID's that have the same numbers only each each of those have a letter at the end like "325a", "325b" and so on. Basically that is how the records in the two tables are associated with each other.
I have created a form that has the controlID (with the numbers only) field in it. I need a command button on that form to get the value that is populating that controlID field "325", query the second table that has the controlID's with the letters at the end (ie."325a", "325b") and return all of those values into a field on my form titled "component".
Kinda like below if it helps:
System ControlID Components controlID's
325 325a, 325b
I'm not sure where to start with this one. Anybody have any ideas?