some what related to my question about filtering on a date because it is the same database...

I swear I had found the code below
sub mcrTest( oEv )
dim txtBox
dim oForm
oForm = oEv.Source.Model.Parent
txtBox = oForm.getByName( "timstartTime" )
oForm.txtbox.text = ""
end sub

but I get the error Property or Method not found.

timstarttime is bound to startTime, a time field.

Using .value doesn't work either. and it doesn't matter if I use "" or "13:00", I get the same error. It is probably just some dumb rookie mistake.

thanks for the help,
WalterAM
PS thanks Drew for answering my last one :)

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to