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

    3070 Error Message

    Can someone possibly help with this. I've done a bit of looking around and I can't find something that quite matches my problem. This is the code I'm using; Dim L As Recordset Set L = Me.RecordsetClone L.FindFirst "[tblStolen]![ID] = " & Me![Combo_Stolen_Lookup] Me.Bookmark = L.Bookmark...
  2. Smeg77

    Updating Multiple Fields from a Combo Box

    I have a Combo Box that is run from a simple query. All it does is look up the Workers from tblWorkers and gives me a list of the names. Currently I have it set so that the ComboBox records this value in on of my table fields, and I would also like to do is get it to record the ID value from...
  3. Smeg77

    Copying ID into new table

    I have a simple DB with three tables, two of them I have linked together, one for Workers and one for Equipment. I've created a third table to record any equipment that gets stolen. To try and keep things simple I want to take the ID from the Worker Table and Use it as the ID for the Stolen...
  4. Smeg77

    Not Returning Records

    I'm having a complete mental block on why this isn't working. I have two lookup tabs, in that they will be deisnged soley for looking up information and not changing. I have managed to get it so that the Worker.ID is linked to the Equipment.ID (as they are the same) the only problem I now have...
  5. Smeg77

    Either Un-Doing or Not Saving a Record

    I currently have a tab structure for a simple DB, and after a little bit of fiddling I've managed to get two of the tabs to link up in the way I want. For example, the Main.ID is taken from Table 1 and then when Page2 (of the tab) is opened it passes the Main.ID into the Sub.ID field, allowing...
  6. Smeg77

    Tab Controls and Combo Boxes

    I'm in need of a little assistance if someone could possibly help me. I'm trying to create a simple little db, using tabs. I've already managed to piece together a nice little login facility, with access rigths. So that I can dispaly whih tabs I want depening on your access. I'm now having a...

Part and Inventory Search

Back
Top