I'm thinking about to make agent to create new document and retrieve data with @Dblookup from different databases.
I have different document types ready to get data but I would like to automate things as much as possible.
How can I create new document from template (for example "Component...
Hi,
I have a problem when I try to import Excel worksheets. I would like to import more than one Excel file's different worksheets(/TABs) in time.(but I suppose it is impossible) So, I have to import those by TAB name.
Problem is that when I use TAB name like this:
DoCmd.TransferSpreadsheet...
Hello,
I have problem retrieving data from recordset.
code sample:
Sub TrialCodes()
Dim R As Variant
Dim record As Recordset
Dim SQL As String
Dim data As Database
Set data = CurrentDb
SQL = "SELECT DISTINCT Data.[TrialCode] FROM data WHERE Data.[TrialCode] Is Not Null...
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.