Here's some code I found in help. <br><br>Sub CreateDatabaseX()<br><br> Dim wrkDefault As Workspace<br> Dim dbsNew As Database<br> Dim prpLoop As Property<br><br> ' Get default...
You have to surround text fields with quotes. I cant tell if UserID is text or numeric, so if its numeric, you dont need quotes, if its text you do.<br><br>SQL= "SELECT LNK_NM, LNK_DSPL FROM EPIC_LINK WHERE LNK_USER = '" & UserID & "' AND LNK_NM = '" &...
Okay, first: have you created two separate databases, one with the programs, forms, reports, etc and one for just the data? <br><br>In design mode, click on tools, options. Click the advanced tab. Select "shared" for mode.<br><br>hth<br><br>
Okay, you said you can write an append query. Yes, you can put this in a macro. Just create a new macro. Look for "Open query", put your query name in the "query name" field. It even has a drop down list box to help you find your queries. You can have multiple queries run...
I have a table that contains the tables I want to relink. This table is bound to a form and when I click on the OK button this code is executed: (HTH)<br>
<br>
Private Sub cmdOK_Click()<br>
' Comments : read the tblConnect and re-establish connection<br>
'<br>
'***** this does NOT CREATE...
I'm not sure if it doesnt work of if I couldnt get it to work. If you look in help for Lotus or cc mail, there are instructions on using the dll for Lotus, instead of the dll for Outlook.<br>
<br>
I tried and didnt get it to work.
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.