How can I use a permanent hyperlink for a field?

J

John

I would like to use the same hyperlink in a field for all records without
having to type in the hyperlink for each record, is that possible?
 
R

Rick B

What do you mean? If it is the same for all records, then you do not save
it in the table with the records. You don't store identical information for
all records - that would be redundant. Storing the link with the records
would indicate that the link is somehow associated with the particular
record.


If you have one generic link that you want your users to click for some
reason, just build your link on your form. Or post back if that will not
work for some reason.
 
Top