jamiesuperman420
Registered User.
- Local time
- Today, 11:53
- Joined
- Nov 20, 2008
- Messages
- 43
Hello!! I'm building an inefficient database and need your help.
There's a field called "Code" that is important to several forms/tables. Because I'm great at setting this up, if I change it in one spot it doesn't automatically update all the others.
What I'm trying to do is make a form where there's an OldCode field and a NewCode field. You select the old code from a list, type in the new code you want, then hit a button to change 'em.
It needs to change the codes in multiple tables.
I tried using Nz(DLookup, etc, etc) and a few other things, but I just can't figure it out. Do you have any suggestions??
Thank you in advance!!
There's a field called "Code" that is important to several forms/tables. Because I'm great at setting this up, if I change it in one spot it doesn't automatically update all the others.
What I'm trying to do is make a form where there's an OldCode field and a NewCode field. You select the old code from a list, type in the new code you want, then hit a button to change 'em.
It needs to change the codes in multiple tables.
I tried using Nz(DLookup, etc, etc) and a few other things, but I just can't figure it out. Do you have any suggestions??
Thank you in advance!!