[AccessD] DETECT WHEN FORM IS IN ADD NEW RECORD MODE

Gustav Brock Gustav at cactus.dk
Wed Feb 22 04:41:28 CST 2006


Hi Joe

Use a variable:

  booNew = Me.NewRecord
  Cbo1.Visible = Not booNew
  Cbo2.Visible = booNew

/gustav

>>> jmhecht at earthlink.net 22-02-2006 06:14 >>>
I need to do this.

 

            If form.add new = true then 

                        Cbo1.visible = false

                        Cbo2.visible = true

            Else

                        Cbo1.visible = true

                        Cbo2.visible = false

            End if

 

Thanks

 

 

Joe Hecht

jmhecht at earthlink.net 





More information about the AccessD mailing list