David said:
Can this not be done dynamically at the point of entry?
Sure. Just add a little code to update the second filed on some
appropriate event, like on update of the first filed.
Wfat is the code for this?
The table is required for import to other software which generates
web pages from each record. The individual field are required for
the individual web pages and the and the two concatenated fields are
required for
I'll take you word for that, I have never worked with a web application
of Access.
1. An index web page made up of 5 fields (at the point of input I do
not want differneces in spelling, typos etc.
e.g. =[ArtistSurname] & ", " & [ArtistForename] & " - " &
[PaintingName] & " - " & [PaintingMedium] & " - " & [PaintingSize]
2. A field linking to an image which is user unfriendly when keing a
large number of records.
e.g.
="<img src=" & "'" & [PaintingName] & ".jpg'>"
David H