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...
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 =...
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...