I would like to know how to move fields from one record to corresponding fields in another record.
Trans1!name = trans2!name
trans1!phone = trans2!phone
trans1!addr = trans2!addr
Let's say in both tables there are different fields but some fields are the same names and data types. Is there
a...
I am reading data from one table and updating another. When the updating is completed I need to check something to see if anything was actually updated. Please tell me how can I do this. This is a stand along module not a form.
Thanks
Can someone please tell me where to find some utility to format my program code:
Let's say I have this:
----------------------
If counter > 1 then
debug.print counter
else
stop
end if
The utility would make it look like this:
-----------------------------------------
If counter > 1 then...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.