Date field

S

skc

I use '::xxx::' for text in my custom SQL when saving to a
database.

What about date, number, memo format fields???

Thanks,

skc
 
M

MD WebsUnlimited.com

The ::FieldName:: is the delimiters that are replaced by the field name. For
a date value SQL wants the value to be in hash marks
#::FieldName::#
 
Top