Recent content by Steph007

  1. S

    create mailinglist using a report

    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...
  2. S

    Check if record exists, if no then append record

    Anyone have some advise for me? Still hoping that someone can help me out!
  3. S

    Check if record exists, if no then append record

    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!
  4. S

    Check if record exists, if no then append record

    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...
  5. S

    Check if record exists, if no then append record

    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]"...
  6. S

    Check if record exists, if no then append record

    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...
  7. S

    Hello from Belgium

    Hey All, I'm just starting with the whole access thing... so i'm in desperate need of help! Bye!
Back
Top Bottom