Search results

  1. D

    Gotorecord Next if previous record Less than current

    I don't know how to word this in a google search, it i kinda early here. I'm writing this code where if you go from record 1 to reord 2 and record 2 is deleted a mesage box will pop up saying "this record is deleted moving you to the next" and that works, but when i'm at record 5233 and going...
  2. D

    Logging deleted records

    I have an Idea, Tell me if this is possible with Access. I have a front end Databse file and a backend filr, backend has two tables, Front end has Main form for the first table and subform for the second table. Thinking of creating a nother datbase file with two of the same tables in it, but...
  3. D

    Edit control on main form from subform procedure

    Hello : ) I've tried a ton of different ways to go about this and i'm completly stumped. I have a main form with subform. On the Subform's beforeupdate event i want to change somehting on the mainform. so my code looks liek this: Private Sub Form_BeforeUpdate(Cancel As Integer)...
Back
Top Bottom