Microsoft
Software
Hardware
Network
Question : How to copy field data to anotehr field
Ok. I know this has to be simple and maybe I'm just tired from piddling with Access all day long but for the life of me I can't think of how to do this:
I just need to be able to copy address, city, state, and zip to the same fields under a co-applicant when a check box is activated.
Help?
Answer : How to copy field data to anotehr field
private sub checkbox0_click()
if me.checkbox0=true then
me.coappaddress=me.address
' etc...
else
end if
end sub
Random Solutions
Adding bullet points to body of email using call and vba
How to break up a "FIrstName.LastName" record into 2 seperate variables
how to extract a number from a string containng text and special character including white space
Merge two pdf documents using Ghostscript
Access MasterPage Function from UserWebControl Referenced from MasterPage
VSTO Merge Module
The remote computer does not support remoteapp
RPC over HTTPs almost there....fails 1 test.
SharePoint "webpage cannot be found" error message after installation
Simple MySQL query to update a table with different values from same table