Search results

  1. R

    SubForm Not Updating

    ok now i feel stupid. the problem lied withthe parent and child links. Deleted the reference and all of the sudden, everything works.
  2. R

    SubForm Not Updating

    SubForm Not Updating From Drop Down OK, This is weird. It was working last night, I made some changes before I left for the day and come in this morning to start using the database..BOOM! stoped working. OK. So I have a table that keeps track of all the jobs for the week. All are organized...
  3. R

    Checking Time within Intervals???

    sweet. ill try it out today. you guys rock thank you so much
  4. R

    Checking Time within Intervals???

    OK, Ive been puzzling for awhile on this one, and everytime I think of something, it wont work. Heres what I got. I have a massive database with many fields, one in particular is time (which would be the time that the training session would start). If someone tries to enter training for...
  5. R

    Moving records to another table then delete

    damn Im dumb. Nevermind. I figured out the problem. I had the checkbox format as YES/No and the SQL code for it as TRUE/FALSE. Changed it all to yes/no and it all worked perfectly.
  6. R

    Moving records to another table then delete

    OK, well I found my error. It was in Me.TraineeCombo. I changed it and it started to work great, the VB code was going, it asked me to commit, then it went to the OnError call and stoped. No error came up though. Plus, it not only didnt add or delete anything to the tables, but it LOCKED the...
  7. R

    Moving records to another table then delete

    i tried that earlier and it really didnt work well. maybe I just had the coding all wrong
  8. R

    Moving records to another table then delete

    OK guys, ive done some searching and saw some stuff on this, but everytime I try something I get a INVALID SQL error message. So Im hoping you guys can help out cause Im lost right now. I have a 2 tables, Training and Schedule. Training contains all the employees training records. Schedule...
Back
Top Bottom