Hello,
I'm trying to use DLookup() in my VBA code to access an ODBC table. When I run the code, it pauses and manually asks me for a user name and password. Is there any way to automate this?
Thanks,
Mike
hmm, it still won't update the text boxes.
What event should I place the script in regarding the combobox? And is there any update or requery method I need to call afterwards?
Hello,
I'm trying to create a page where the user selects an item from a combobox and the rest of the textboxes on that page will display the fields that conains that record's info.
I'm using the find method:
MSODSC.CurrentSection.DataPage.Recordset.Find ("[CRF ID] =" & cbox.value)...
Hello, I am creating a DAP with a combobox and about 7 text boxes all linked to the same table. I want to be able to select a value from the combobox and have the textboxes be automatically populated with the corresponding info. I figured this could be done through a select query in the...
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.