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 bkrike 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: *

  • Users: doneg
  • Content: Threads
  • Order by date
  1. doneg

    Accessing Jet db tables on Windows NT server

    I am trying to access a table which is linked to a database in a local directory. I use the Common Dialog Box to get the path for the database on the server which was mapped to the local machine. I can move the linked tables around on the default (C:) drive and I can link to the table on drive...
  2. doneg

    Setting the RowSource Property of a DBCombo control from code

    I am trying to set the RowSource property of a DBCombo box from code. The DBCombo control name is dbcSource. The data control name used with this control is dtaSource. Selection dtaSource from the properties box works fine. But this line returns a Type Mismatch error:<br> <br>...
  3. doneg

    SQL-How do I use a stored query with parameters

    I am attempting to use stored queries with parameters but I cannot seem to get it to work. I have already created the query with the visdata program. If I try to open the query directly as a recordset it responds with a not enough parameters error.<br> <br> How do I set a reference to the query...
  4. doneg

    .FindFirst - 3077 Syntax error (missing operator) in expression

    Could someone please tell me what is wrong with the following code.<br> <br> With rstDestination<br> .FindFirst &quot;USERNAME = &quot; & strUserName<br> <br> The recordset is opened as a dynaset, the variable strUserName is obtained from a lookup in a different table and the correct...

Part and Inventory Search

Back
Top