Appending value to a second field.

G

Guest

I have a photo database program which requires that the photo name be
appended to a text field containing the path to the photos. I would like to
have the photoname copied and pasted onto the default filepath as soon as it
is entered into the photoname field.
PhotoName is the key field for the table, ImageFile is the second field, and
/Palm/Programs/PictureGear/ is the default file path.
The program is called ImagePlugin for HanDBase if that helps.
Thanks,
Ken Paulson
 
R

Rob Oldfield

Can't you just create a query which creates the desired text? Something
like [ImageFile]&" "&[PhotoName]?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top