David Emerson
newsgrps at dalyn.co.nz
Tue Feb 21 23:32:42 CST 2006
Try
If Me.NewRecord = True Then
...
Regards
David
At 22/02/2006, you wrote:
>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