Dear all,
Hope someone can get me started with the following...
I've made a report in Ms Access 2007 called "rptAddressBook" based on a query called "qryAddressBook". (The query is based on two tables called "tblCompany" and "tblContacts".)
This report provides the users a proper overview...
Here you find a copy of the database with some fictional data.
Thank you in advance for your time and help!
I hope the db is not to horrible... And if you have questions, off course shoot!
I thought about it and I don't really have an answer! The table tblCalls is linked with the table tblCompany, which is linked with the table tblSales... So I don't really need to link the table tblCalls with the table tblSales, right?
Are there any consequences when I delete this relationship...
When I click the command button, I'll get the runtime error 2471 The expression you entered as a query parameter produced this error: VDK (or any other company name)
When I put the next line in the immediate window, I'll get 'Compile error: Expected: expression)
If DCount("*", "[tblCustomer]"...
Hello All!
I'm new using Access 2007 (& VBA) and i am having trouble with the following:
What I'm trying to do is this:
I have a form (frmOpportunityDetails) to view and change the details of an opportunity from the table tblProspect.
I have made a button on this form called...