Cross referencing between records (1 Viewer)

tanc

Registered User.
Local time
Today, 08:56
Joined
May 11, 2013
Messages
14
Hi does anyone know if there is a way to cross reference between records?

For example I have a memo box where the user would write that the item is simular to record [34] (34 being the PK of that record) what I'd like to do is click the 34 to send me to that record rather than search the database.

Thanks
 

Ranman256

Well-known member
Local time
Today, 11:56
Joined
Apr 9, 2015
Messages
4,337
you cannot query memo fields. Otherwise you can cross reference fields in a query.
 

CJ_London

Super Moderator
Staff member
Local time
Today, 16:56
Joined
Feb 19, 2013
Messages
16,674
only way you could do this is by have a table of references displayed alongside the memo (so not within the text).

memo fields do not support hyperlinks as such, but it may be possible to create some vba code which the user can use to indicate that this bit of text is a hyperlink, and another bit of code which if the user clicks on it can then identify that it is to be treated as a hyperlink and take the user to wherever
 

Users who are viewing this thread

Top Bottom