Search results

  1. S

    Passing a Parameter

    Hi All, I have a Main Form which shows summary of main information in Continuous Form format. In this Form there is a column for a button when clicked takes you to Detailed Form to display detailed information in Single Form format, the data for this comes from a query. I want to pass the ID of...
  2. S

    Continuous Form or Datahseet Form Width Issues

    Dear All, Hope you are all well. I am in the process of developing an Access Database for projecting income. One of the Form object I am creating is for projecting Planned, Actual and Variance for each month from April to March (12 Month). It has columns like Apr Plan, Apr Act, Apr Var ..... up...
  3. S

    DCount to test duplicates is giving error message

    Dear All, I have an input Form called "InputMain" for table "Personal" and a field called [PPMembershipID]. This field is in text format. I want to check for duplicates if a new PPMembershipID entry already exists. I tried the following syntax but gave an error message. Private Sub...
  4. S

    How to continue working on current Form after Ok was clicked on msgBox

    Hi guys, I need your help. I have created Before Update msg box on my data entry Form to show that if all the mandatory fields are completed. when the msg box showns and Ok was clicked I want the form to remain open so that I can continue to woke on the form. However the okay button is closing...
  5. S

    Introducing Myself

    Hi Everyone, My name is Solomon, from London, UK. I have long been interested in Access and have developed some basic databases for my previous employer. I like this site, it has rich archives of Access solutions to various problems. I have been directed to this site from google whenever I have...
  6. S

    How to continue working on current Form after Ok was clicked on msgBox

    Hi guys, I need your help. I have created a msg box on my data entry Form to show that if all the mandatory fields are completed. when the msg box was shown and Ok was clicked I want the form to remain okay so that I can continue to woke on the form. However the okay button is closing the data...
Top Bottom