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

    How do I assign the result of my Query to a variable

    I have a connection with my database now I want to run a select query to return the value of a field. I'm using a DAO connection, anyone have any ideas how to code this? Do i have to create a RecordSet variable?
  2. JoaquimM

    how can i make my VB code run an Access Query when VB opens the file

    Hi I'm trying to make a query i have in Access run when I open the file through VB. The query will run if I open the Access file using Access but when my VB code opens the file it won't run. Anyone know how I can force the query to run? Thanks
  3. JoaquimM

    Quick question involving Access and VB

    Hi Does anyone know why I'm having a problem opening an Access table in my VB code. The program runs fine when I try to open one table in my access file but won't run when I try to open a different table in the same file. The table that won't open is being populated by an append query that...
  4. JoaquimM

    Is there a Pause method or a Wait command in VB.net

    Hi Anyone know how to make my program stop executing for a couple of seconds. I make my program open an Access file that automatically runs a query when opened and I want my program to pause to give the query time to run before trying to access a table in the file.
  5. JoaquimM

    How can I have a Query run automatically at a certain time of day

    I have a query that I need to have run automatically at a certain time of day everyday. Anyone have any ideas on how I can do this? Would really appreciate the help

Part and Inventory Search

Back
Top