M meekychunky2004 Registered User. Local time Today, 20:57 Joined Feb 20, 2004 Messages 20 Feb 26, 2004 #1 How do i auto fill a field with the first three letters of another field in the same table?
dcx693 Registered User. Local time Today, 15:57 Joined Apr 30, 2003 Messages 3,265 Feb 26, 2004 #2 You can use an update query. If you need to do the same for entries going forward, then you need to do something in your forms. Why do you want to store part of one field within another?
You can use an update query. If you need to do the same for entries going forward, then you need to do something in your forms. Why do you want to store part of one field within another?
M meekychunky2004 Registered User. Local time Today, 20:57 Joined Feb 20, 2004 Messages 20 Feb 26, 2004 #3 dcx693 said: You can use an update query. If you need to do the same for entries going forward, then you need to do something in your forms. Why do you want to store part of one field within another? Click to expand... To create an ID rather than try to auto-generate one. I have now managed to do this.
dcx693 said: You can use an update query. If you need to do the same for entries going forward, then you need to do something in your forms. Why do you want to store part of one field within another? Click to expand... To create an ID rather than try to auto-generate one. I have now managed to do this.