OK sweet. So I wrote a basic Select query to retrieve the accounts entered in the subform, but only the one that is selected(has the arrow pointing to it) shows up in my results. Am I missing something?
SELECT *
FROM accountsTable
WHERE accountsTable.UserID=Forms!MainForm!UserID And...
Hey so my grand idea is to have a subform where the user can past in multiple account numbers and then the code will remove rows with this account number from the table.
I am having trouble setting the AccountsSubform recordset equal to what is entered into the form. This is what I have...
Hey so my grand idea is to have a subform where the user can past in multiple account numbers and then the code will remove rows with this account number from the table.
I am having trouble setting the AccountsSubform recordset equal to what is entered into the form. This is what I have...
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.