![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, Is there any way to have a field containing the data from other fields (in the same database file) from records which have something in common. For example: I have a file that contain three fields: A, B and C. I want to have a new field D which contains the information that is contained in C WHEN A and B are more than 10 (for example). So, if I have three records: A is 11, B is 11 and C is "Home" A is 9, B is 9 and C is "Car" A is 12, B is 12 and C is "Garage" I would like to have a field D that is "Home" and "Garage". Is this possible? Thanks, Jokin |
#3
| |||
| |||
|
|
Hi, Is there any way to have a field containing the data from other fields (in the same database file) from records which have something in common. For example: I have a file that contain three fields: A, B and C. I want to have a new field D which contains the information that is contained in C WHEN A and B are more than 10 (for example). So, if I have three records: A is 11, B is 11 and C is "Home" A is 9, B is 9 and C is "Car" A is 12, B is 12 and C is "Garage" I would like to have a field D that is "Home" and "Garage". |
#4
| |||
| |||
|
|
It sounds to me like A,B and C are all i nthe same data table? If so, then you just need to create a calculation field for D. No relationships necessary. Jokin wrote: Hi, Is there any way to have a field containing the data from other fields (in the same database file) from records which have something in common. For example: I have a file that contain three fields: A, B and C. I want to have a new field D which contains the information that is contained in C WHEN A and B are more than 10 (for example). So, if I have three records: A is 11, B is 11 and C is "Home" A is 9, B is 9 and C is "Car" A is 12, B is 12 and C is "Garage" I would like to have a field D that is "Home" and "Garage". |
![]() |
| Thread Tools | |
| Display Modes | |
| |