automatic file extension?

  • Thread starter Thread starter joetuv
  • Start date Start date
J

joetuv

Guest
Hi Guys,

How do you add automatic file extension to a data (e.g. .pdf ) using default value.

Example: you entered 12345 and it will show 12345.pdf in the database field.

thanks
 
default value is pre- data entry .. not post

Default value is the value before any data is entered. Look at the field properties for the various exit or 'lose focus' events and write a function to append .pdf if required.
 

Users who are viewing this thread

Back
Top Bottom