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 SkipVought 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. samuelsisgay

    The call open function

    I'm still having trouble with that block of code...thanx for the syntax problem. I keep getting an error with the call rst1.Open line. I've opened the record ERROR:The operation requested by the application is not allowed if the object is open. I have accessed another table within the...
  2. samuelsisgay

    Call Statement not functioning

    Just a quickie...syntax problem I am trying to call open a table called results, fetch data from my form and update the table with this data into a particular username and password record.(As shown, i have declared a variable to store a particular username, password). Call...
  3. samuelsisgay

    How do you open multiple tables from a database in a form and update..

    How do you open multiple tables from a database in a form and update records - that is, fill the records according to user entries in a textbox, checkbox, etc. I have a problem with updating multiple table records from a single database. Eg. I can open a certain table from a database and...
  4. samuelsisgay

    How would you run the slide show through just the click event procedur

    How would you load and run a powerpoint slide show through a single click event procedure? I tryed by declaring the variable but didnt get it. Ie. Dim ppApp As PowerPoint.Application Set ppApp = CreateObject("Powerpoint.Application") ' Make it visible. ppApp.Visible = True...

Part and Inventory Search

Back
Top