Hi,
I have two forms: frmScanTags and frmScanTagPop
frmScanTags has a listbox lbScannedtags. frmScanTagPop acts like a popup for which is opened above the frmScanTags table and allows the user to enter a tag number in the single field on this form.
What i am trying to do is what ever tag is entered into the frmScanTagPop form is checked to see if it excits in tblAssignedTags and if so is apended to the listbox in the frmScanTags form.
It would be like querying tblAssignedTags with the data which is entered in the popup form and adding the results to the listbox
Hope someone can help me find a way to achieve this.
Anthony
Start Free Trial