Search results

  1. H

    Auto Update VBA code HELP

    Thank you Gizmo and plog. I will take some time to read and retrain on this. Sorry if I sounded like i came up to you impatiently. I will let you know how it all turns out.
  2. H

    Auto Update VBA code HELP

    Main table is "tbl_Depot Inventory Campus" Check-out table is "Scan Out Table" I hope this helps to understand what I am trying to do. Here you will see everything. I want fields from "Scan Out Table" to update fields in "tbl_Depot Inventory Campus" after data has been put in. As the data it...
  3. H

    Auto Update VBA code HELP

    Hi all, I need some help with coding to update a separate table using a form. Be gentle, I did this on the fly with no prior education on VBA. :) The database is used as a "check-out" station for multiple computer items within a business. Basically I have one table that contains information...
  4. H

    Run-time error '3464'

    ;) I am up and running now. Thank you plog, and Ranman256 for your quick reply. What caused all this for me was the login header textbox named txtNAVEmpLoginID. You all probably hate the fact that it was a name thing and that I used up some of your valuable time. I thank you for your thoughts...
  5. H

    Run-time error '3464'

    A little closer... i get run-time error '2465' this time and the debug is If UserLevel = 1 Then 'App admin DoCmd.OpenForm "Login Navigation Form" Forms![login Navigation Form]![txtLoginID] = TempLoginID Forms![login Navigation...
  6. H

    Run-time error '3464'

    That didn't seem to work... I get run-time error '2471'
  7. H

    Run-time error '3464'

    I keep getting this "Run-time error '3464'" and I will take the "cap of shame":banghead: if this is the easiest fix ever. Nonetheless :) I still am appreciated of any help I can get on this. Private Sub Command1_Click() Dim UserLevel As Integer Dim TempPass As String Dim ID As Integer Dim...
  8. H

    Text Box event Coding - Jump to next field after using barcode scanner

    I am creating a inventory database for work. I am trying to get the cursor to jump to the next text box for data entry using a barcode scanner. I have a limit on how many characters there can be in this field but yet even after it is all filled the cursor stays in that same field. I am fairly...
  9. H

    Introduction

    Hello Access community! You all can call me Hauler. I'm 30. I work in Orange County, CA. Kind of new to Access, I know the very basics but still need to learn much more. (hence my joining) Hobbies: cycling, working on my car I haven't much else to say I guess... except for... HELP...
Back
Top Bottom