Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. RonRegan

    SQL statements in Visual Basic

    Post the code that you have, please.... Ron Independent Consultant Tampa Bay, Florida
  2. RonRegan

    Creating/Deleting An Access Database At Run Time

    Here's some code I found in help. <br><br>Sub CreateDatabaseX()<br><br>&nbsp;&nbsp;&nbsp;&nbsp;Dim wrkDefault As Workspace<br>&nbsp;&nbsp;&nbsp;&nbsp;Dim dbsNew As Database<br>&nbsp;&nbsp;&nbsp;&nbsp;Dim prpLoop As Property<br><br>&nbsp;&nbsp;&nbsp;&nbsp;' Get default...
  3. RonRegan

    Dynamic Web Page with VBScript and SQL

    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= &quot;SELECT LNK_NM, LNK_DSPL FROM EPIC_LINK WHERE LNK_USER = '&quot; & UserID&nbsp;&nbsp;&&nbsp;&nbsp;&quot;' AND LNK_NM = '&quot; &...
  4. RonRegan

    How do you share a database in Access 97?

    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 &quot;shared&quot; for mode.<br><br>hth<br><br>
  5. RonRegan

    Appending Database tables

    Okay, you said you can write an append query. Yes, you can put this in a macro. Just create a new macro. Look for &quot;Open query&quot;, put your query name in the &quot;query name&quot; field. It even has a drop down list box to help you find your queries. You can have multiple queries run...
  6. RonRegan

    formatting single words

    No, it isn't. Access isn't as flexible as Excel. <br> <br>
  7. RonRegan

    Relinking Tables Through Code

    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...
  8. RonRegan

    E-mailing from Access 97

    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.

Part and Inventory Search

Back
Top