Recent content by Windsurfer

  1. W

    Can Day of week subform open sync with calendar

    Hi, I have 7 subforms (one for each day of week) in form together with calendar,in the subforms I have the following code: Private Sub Form_AfterUpdate() If [Form_JobScheduleSubformFriday].Scheduled & "" <> "" Then If [Form_JobScheduleSubformFriday].JobDate & "" = "" Then...
  2. W

    How can I make calendar open with today's date in form

    Thank you pdx_man, it works great! Emilio
  3. W

    How can I make calendar open with today's date in form

    Can someone please help me, I have a calendat on sa form and need it to open on today's date when form opens. Thanks for your help, Emilio
  4. W

    Need to hide password in Replicated database

    Thanks for your help, I neglected to say my database is replicated with 4 users. Thanks anyway, Emilio
  5. W

    Show1 not working in Access

    Thank you very much Ian, please read my other posted message I believe it will explain things better. Thanks again, Emilio
  6. W

    Need to hide password in Replicated database

    Hi, I posted something related to this earlier, but I think this will be a better explanation: ----------------------------------------- Private Sub Form_Activate() On Error GoTo Err_Form_Activate Dim lbOK As Boolean Do While gsPassword = "" gsPassword =...
  7. W

    Show1 not working in Access

    Hi, I hope someone can help me. My brother(he knows VB, not Access)wrote some code for me: While gsPassword="" frmMyForm.Show1 if gsPassword<>"" Then End If Wend When I tried to use it "Show" does not appear as valid. Can someone help me with a proper way to handle this. Your help is greatly...
Back
Top Bottom