Hi Everyone,
I've been trying to figure this out all day. Basically, I have a list box on my form that populates the database table with new SINs. The listbox also has a query that is looking at entries older than today (so ignoring new ones that were uploaded today) but I want to know how I can autopopulate a textbox with the specific record (ie. Social Insurance Number) that I click on in the listbox or if this is even possible. I want to only autopopulate the SIN textbox and leave the other textboxes alone (ie. Address, Postal Code, etc.) The textbox that I have also has a query to pull up the history of the person whose SIN I enter in the textbox. I can then re-enter new information pertaining to that SIN (new address, city, postal code). The reason is it is too time consuming to enter every SIN individually when I have it in a listbox.
Any help would be appreciated.
Thank you
I've been trying to figure this out all day. Basically, I have a list box on my form that populates the database table with new SINs. The listbox also has a query that is looking at entries older than today (so ignoring new ones that were uploaded today) but I want to know how I can autopopulate a textbox with the specific record (ie. Social Insurance Number) that I click on in the listbox or if this is even possible. I want to only autopopulate the SIN textbox and leave the other textboxes alone (ie. Address, Postal Code, etc.) The textbox that I have also has a query to pull up the history of the person whose SIN I enter in the textbox. I can then re-enter new information pertaining to that SIN (new address, city, postal code). The reason is it is too time consuming to enter every SIN individually when I have it in a listbox.
Any help would be appreciated.
Thank you