Hey all, I am having a problem figuring this out. I am developing and database app that house numbers for frequency pattern. I have a form with a subform in datasheet view. The two forms are form two separate tables linked via accountID. My problem is I have this field called network number. When enter the a network number, I want the field called hop 1 to autopopulate form a table call hoppingPatterns. The hoppingpattern table has list of numbers that are already in the table and they will not change. this table is just for holding these numbers
tblHoppingPattern
PK hopID
networkID
hopnumber
When the user enters a in the field network number I want the hop 1 in the subform to populate base on the networkID.
example network number is will be stored in the table Systemconfig but will reference networkId in the HoppingPattern table.
in the HoppingPattern table NetworkID 30 has a hop number of 23
So if the user enters 30 in the subform field network number it see that 30 in the hopping pattern table NetworkID field and assigns the subform field hop 1 the value 23 from the HoppingPattern table hop 1 field. I am not sure how to do this. I apologize if this in confusing but I know what want it to do but have a hard time explaining it. Can any one advise me?
tblHoppingPattern
PK hopID
networkID
hopnumber
When the user enters a in the field network number I want the hop 1 in the subform to populate base on the networkID.
example network number is will be stored in the table Systemconfig but will reference networkId in the HoppingPattern table.
in the HoppingPattern table NetworkID 30 has a hop number of 23
So if the user enters 30 in the subform field network number it see that 30 in the hopping pattern table NetworkID field and assigns the subform field hop 1 the value 23 from the HoppingPattern table hop 1 field. I am not sure how to do this. I apologize if this in confusing but I know what want it to do but have a hard time explaining it. Can any one advise me?