R
Rpettis31
I have a form that will create a new form if one has not been created or go
to the existing form if one has been created, this code used to work now it
does not.
I am not sure what is wrong with this code
If IsNull(Me.txtRWNId) Then Call Create_RWForm Else Goto_RWForm
In all cases now a new form is created even with a value in the txt box?
to the existing form if one has been created, this code used to work now it
does not.
I am not sure what is wrong with this code
If IsNull(Me.txtRWNId) Then Call Create_RWForm Else Goto_RWForm
In all cases now a new form is created even with a value in the txt box?