Search results

  1. K

    Weird Problem when I save my data on form

    Hi, I have 3 tables(Ref_Accident_Status, Ref_Accident_Type, Ref_Seriousness). On my main form, I created 3 combo box and choosing the above tables as my source. But after I click save and close the form, re open the form it shows numbers on the dropdown list. why is that happening?
  2. K

    Save/Record/Delete buttons on a subform

    Hello everyone, How can i create the above stated buttons on subform? I have one form which all 3 subforms are incorporated, the problem is the conventional buttons aren't working. Can someone help me with this?
  3. K

    Recognize the user code

    Hi, below is the code after a successful login in my database. DoCmd.Close acForm, "frmLogin", acSaveNo DoCmd.OpenForm "frmIncident Report Tracker" Now I want to add something like this, MsgBox "Access Granted!", vbOKOnly, "Greetings Mr. Bla Bla" (Example Greetings Mark!) that is...
  4. K

    Incident Tracker

    Incident Tracker - Cannot add record: join key of table "tblIncident Info" not in rec Hi guys, I've managed to start a few tables, a log in form and a little flash screen. I then created a form that will serve us a fill-up form. But when I tried to input data to my "Location of Incident...
  5. K

    Hello everyone!

    Hi, I am Jedh, I had my Database Management course before but that was 2yrs ago so I need a refresher course and I think this forum will really help me well. I really don't have that much experience on programming and/or visual basic, i know a few commands though(DoCmd. OpenForm. OpenReport...
Top Bottom