Search results

  1. C

    Getting the next Insert ID

    hey, Can i use some kind of function to get the next Insert ID for an Auto Increcement field? I need it because im doing some complicated inserts inside a Form and i gotta know the next value that the auto-inc field is going to have. Is this possible using some kind of function ?
  2. C

    Making my p roject work on Windows XP

    hey, I made a whole project in Windows 98 and Access XP and when i tried to run the same project on Windows XP with Access XP it got LOADS of ActiveX errors like when pressing buttons, Setting values through macros etc.. I also worked on the project on Windows XP + Access 2000 so the file base...
  3. C

    Setting a value of a label

    hey, A few questions here: 1) I want to take a field from a table, and set a label.caption to it. DLookUp("[Librarian_Name]","tbl_Librarian","[Librarian_User]=Forms![frm_Login]![txtUser] AND [Librarian_Pass]=Forms![frm_Login]![txtPassword]") That fails :( How else can i do it? (not using a...
Back
Top Bottom