Search results

  1. A

    Help Cancel update or moveprevious causing problem

    The code is giving me hell I have some buttons on a subform I am using to control a parent form. I am trying to write code to cancel a new record. The cancelupdate and moveprevious methods do not seem to work. After I click cancel the new record still exist and it does not move to the...
  2. A

    Best Way to update a related many side table.

    I have a Salary table(The one side) and a Deductions table(The Many side). Whenever the salary is entered I want to calculate and store the deductions in the deductions table. I know calculations should be done in queries but I want to store the calculated deductions because the tax system...
  3. A

    Crosstab Query Grouping

    In the following table I want to produce a crosstab query in access 2003 that will use the products values as the column headings. However I want condiments to display instead of pimento and cinnamon in one column, Meat instead of Beef and Chickent and Dairy instead of Milk and Cheese. These...
  4. A

    Query by form problem

    hello every one. I am trying to specify more than one criteria using or on a textbox using query by form. This is pretty urgent. database facts: There are six periods in the school year. I have a checkbox for each period. Whenever a checkbox is clicked that period is added to the textbox. If...
  5. A

    Multiuser network access database

    I just completed a database that user meant to be used by one user on a single computer. I was just informed that it will be accessed from a computer on a peer to peer network and will be accessed by multiple users at the same time. I am not accustomed to creating multi user database on a...
  6. A

    One to many relationship

    I am unsure about the following situation. In a database there is a client table and an application table for application forms. The Client May have more than one applications. There are two types of applications, app1 and app2 for arguments sake. The applications are the same except for a...
Back
Top Bottom