Hai everybody,
I am a new access 2010 user, but has some programing experience in other languages. I am having problem to create a data macro. I have a tooling table with tool size (numeric, 0.00000) and tool serial no (text) fields. I have another table "Job Register" which has several job related infos., which includes the serial no and size of highly precised tooling using for each job. Now I have almost 280 records in "tooling" and 1000+ records in "Job Register". We need to calibrate each tool after it is used certain number of times. For that I need to count the number of times each tool used and want to store this information in a new field in "tooing" table. "Serial no" of each tool is unique but size is not. I should also like to know the count till a certain date. Actually I have managed to get the counts in the form in the field "Usage" with Dcount(), but it is not storing data in the table. Also whenever I add tool details to the "Job Register", it is not changing the counts in form. I need a data macro because first I have to store the present counts of each tools and also any new entry, update or delete event in my "Job Register" should reflect and update in the "tooling" count field "usage". I realy appreciate if someone help me to sort this out with detail steps in data macro (not with VBA code).
Thank you for helping and spending your time for my issue. Best regards