|
-
Nov 17th, 2000, 08:43 AM
#1
Thread Starter
Hyperactive Member
Is it possible to make the value in a field dependant on another field without using VBA code.
ie
field1 field2 field3 (default of field3= KG)
81 aaa KG
81 bbb KG
81 ccc KG
82 ddd KG
What I am trying to do is still have the default value of field 3 set to KG but if in field1 a 81 is entered then make the default value of field3 EA ( Each) instead of KG
Can this be done without writing VBA code.
Any help or advise would be great, thanks ffor taking the time.
Locutus
-
Nov 17th, 2000, 09:34 AM
#2
Fanatic Member
The only thing I can thin of doing is use a conditional IF statement in an update query
ie
IIF([Field1]="81","EG","KG")
Scrappy though. Why not use VBA????
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|