I've got a form with a listbox built on the fields of a table. On the After Update event, I've got this code:
Private Sub lstQueries_AfterUpdate()
Dim LinkCriteria As String
On Error GoTo Err_lstQueries_Afterupdate
LinkCriteria = "qry" & lstQueries.Value
Forms!frmInv.RecordSource =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.