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 TouchToneTommy 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: Apocalypse
  • Content: Threads
  • Order by date
  1. Apocalypse

    Replica conversion problem (97 ->2000)

    I'm not sure if this is the right forum to ask this question. IF it isn't pleae ignore the following... I have a Access 97 replica that I am trying to convert to Access 2000 to synchronise with the master. The master and another replica have already been successfully converted. However, this...
  2. Apocalypse

    Passing parameters to stored procedure using VB ADO Command object

    ppl, I have the following code to pass a 8-digit ID to a stored procedure that returns all records containing that ID: ' Setup first parameter sParmName = "Return" Set sp_Parameter = sp_Command.CreateParameter(sParmName, adInteger, adParamReturnValue, , 0)...

Part and Inventory Search

Back
Top