Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

This topic is 5758 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

I have a field called ClientID in many tables. I want to access that field name using the same code but in different tables. Thus far I have tried different variations of the following without success:

Get ( ActiveFieldTableName ) & "::o ClientID"

Any help will be appreciated.

Posted (edited)

I still don't see how this would be useful, but

GetField ( Get ( LayoutTableName ) & "::ClientID" )

will get you the value in the ClientID field of the current record in the current table.

Note that this will break if you change the field's name (unless you have version 10 and can use the GetFieldName() function).

Edited by Guest

This topic is 5758 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.