macdilljohn
Technical User
Greetings,
I track data in two formats: imperial and metric, and store it in one table in my database. For this I use two fields: one in inches and one in millimeters. Previously I have been converting the data manually, because it didn’t take much time for the few records I had to enter each day. Now the workload is projected to increase dramatically, and I want to simplify it and save some time.
No matter which field the data is entered in, I want the converted data to automatically appear in the other field and be saved. I’m assuming a macro that would run an expression as the focus leaves the field on my form would do the trick.
Doing it in excel is a snap using the analysis tool kit add-in, but there's no such tool in access that I can find, and access doesn't recognize the =CONVERT function, or I may be doing it wrong.
Any ideas?
I track data in two formats: imperial and metric, and store it in one table in my database. For this I use two fields: one in inches and one in millimeters. Previously I have been converting the data manually, because it didn’t take much time for the few records I had to enter each day. Now the workload is projected to increase dramatically, and I want to simplify it and save some time.
No matter which field the data is entered in, I want the converted data to automatically appear in the other field and be saved. I’m assuming a macro that would run an expression as the focus leaves the field on my form would do the trick.
Doing it in excel is a snap using the analysis tool kit add-in, but there's no such tool in access that I can find, and access doesn't recognize the =CONVERT function, or I may be doing it wrong.
Any ideas?