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 Westi 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. RMOSBY

    same record - multiple forms

    I've got two forms - one to locate a record in a table and another to show all of the fields in that record (they are two separate forms and not parent/sub-form). Rather than adding an 'AutoNumber' field and running a 'Seek' or 'Find', it there a way to store the bookmark from the first form...
  2. RMOSBY

    Open form hidden, Not visible during Load

    Why not just set the 'Visible' property of the form to "false" when the form loads?
  3. RMOSBY

    Copy value from one table to another table dynamically

    Here's a possible solution: Open the "Assets" table as a recordset and load the contents into an array. When someone enters a value in the 'Assets' field of the "Devices" table, check to see if this value is contained in the array (I'd try keying this check on the...
  4. RMOSBY

    Check Boxs in ACCESS

    Do you have the checkboxes bound to a recordsource? Are they bound to the same recordsource?
  5. RMOSBY

    Problem with recordset data additions

    Just to make sure, I tried creating a second connection and opening the second recordset under that connection - as you can imagine, same problem. I'm still at a loss to explain why it won't work. I've got another DB running seven recordsets under a single connection with multiple 'AddNew's...
  6. RMOSBY

    Problem with recordset data additions

    Thanks for the updated suggestions.... I just tried the suggestion to open a static cursor and open the recordset 'Static'. Same problem. I've also tried working down my list one-at-a-time to see if I've simply got a mis-spelling somewhere. I started at the top of the list (and commented out...
  7. RMOSBY

    Problem with recordset data additions

    Thanks for the suggestion to specify that the target of the 'Open' command is a table. I tried the change, but I'm still getting the same error message.
  8. RMOSBY

    Problem with recordset data additions

    I've got a DB with information on problem resolution as it relates to computer workstations. I've got two tables - one with details on the problems for a given day and one summarizing all of the problems by type. I'm trying to code a loop to run through the data and add summary entries as...

Part and Inventory Search

Back
Top