I'm running an Access2000 front end mde linked to an Access2000 back end mdb. I need to set up replication and synchronization of only the data tables between the master db on the pc and replicas on numerous laptops.
I know that it can be done using the Access replication manager (although...
Sending an email from Access via Outlook is really easy. Make a cmdButton on your form and add the following code to the button's OnClick event:
Private Sub cmdEmail_Click()
DoCmd.SendObject acSendReport, "rptInventory", acFormatHTML, "sombody@yourcompany.com", , , _...
I am looking for a method to subtotal a currency format column on a form. I need a group-by method, and then subtotal the currency values, much like can be done on an Access report. For example, column 1 is part number, column 2 is part quantity, and column 3 is part cost. I need a group on...
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.