Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Well I am now getting cross-eyed trying to figure out what I missing...

Simply I have a table [table2] with four fields [code_ID, code_Name, Code_description, Code_pricing] where I want to get info for another table [table1]. I can get informationf from table2 by relating the code_ID from the first table. The relationship does bring up the correct relating information. However when I add new fields by duplicating the exisiting fields and changing the names [i.e. code_Name2, code_Name3, etc.] to table1, I can only populate the relating fields to one collection of relating information tghroughout all relating fields.

My relation is code_ID = code_ID which seems to be the answer, yet is not. I have attemped to add code_Name to the relationship and even added another table. But... Help please...

Much thanks...

Dr.L

Well I am now getting cross-eyed trying to figure out what I missing...

And I am in danger of getting cross-eyed trying to figure out what you mean... Please, never use abstract names like "table1".

However when I add new fields by duplicating the exisiting fields and changing the names [i.e. code_Name2, code_Name3, etc.] to table1,

Whenever you find yourself appending numbers to your field names, that's a sign of bad data structure. You are most likely missing a third table between Codes and [whatever that is].

  • Author

My tables are DataFile and DX_Codes. I am trying to populate a form with DX codes from the DX_Code table into the DataFile.

In order to keep the information separate I've created fields in the DataFile where I need the information from the DX_Codes to come in from. That's why I've used Code_ID = Code_ID...

Does that help some?

Dr.L

Please, never use abstract names

My tables are DataFile and DX_Codes.

Do you see the humor here?

Anyway, if your relationship is =

Codes::CodeID = Objects::CodeID

then the relationship is a one-to-many - meaning that each object has only one code. If you need more that one code per object, then you have a many-to-many relationship, and you need to add a third table to join between the two.

  • Author

So, if I understand you then my first table to the second table would be:

Codes::Code_ID=Code_ID::Code_ID

and then from the second table to the third Code_ID::Code_ID=Code_ID::Code_Definition?

That should provide me with a one to one relationship?

Is that correct??

Dr.L

Is that correct??

No, I'm afraid not. Can you explain what are you trying to do?

  • Author

Much thanks for your patience...

I am attempting to enter 4 unique codes into a form. Along with that I'd need descriptions and prices for each which I'd like to generate by simply entering the codes. I'd like to house the codes, description and pricing in one table and just pull the appropriate information into the other. Any other information you'd need?

Dr.L

I suggest you have look at this:

http://fmforums.com/forum/showpost.php?post/309136/

Create an account or sign in to comment

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.