Search results

  1. T

    DoCmd.SetProperty with NULL value

    Hi, I had a simple command button with an embedded macro object. The macro simply copied a value from one textbox to the other on the same form. The macro was simple using the SetProperty function and worked without issues. I then transfered the macro to VBA automatically and the result was...
  2. T

    Form filter

    Hi, I have created a navigation form with several subforms. When I call a subform using the navigation buttons, I use the WHERE CLAUSE to filter the result. Let's say I have a frm_members_list subform (continuous form based on table tblMembers) and that I have one navigation button with the...
  3. T

    Printing a report - rendering problem

    Hi, I have a Access invoice solution and have created the invoice (report). I have added som VBA code to insert page numbering. See my code below. The code uses a table to store the number of pages for each section (record). The values are then fetched from the table into variables on the...
  4. T

    Automatic invoice creation - append query?

    Hi, I hope someone can help me with my Access 2010 invoicing solution. Here is the information: I am building a traditional invoice solution with a table for the invoices and related table with the order items. I have a table with all the customers and here comes the issuel. The customers have...
  5. T

    UPDATE, GROUP BY, MAX question?

    Hi, I have an UPDATE query I hope to get some help with. I have two tables, tblcustomers and tblreadings. The are related through on-to-many (tblcustomers -> tblreadings). I would like the UPDATE to perform the following: For every customer in tblcustomer, find the MAX(Reading) and...
  6. T

    Add Records To Related Table On Continuous Form

    Hi, I have an issue with my database which I have not been able to find a solution to. I therefore post this question here. I have simplified the issue somewhat. Here is my situation: I administer the record keeping of the water usage (for each apartment) in my apartment building I am...
  7. T

    Popup subform

    Hi, I am trying to build a chemical lab result database and have have some difficulties in getting my form for result input to work. Here is the situation (somewhat simplified): I have three tables : Articles<-on-to-many->Specifications<-one-to-many->SamplingPlan All tables have...
  8. T

    Please help me understand lookup field and related fields

    Hi, I am new to Access 2007 and need some major help in understanding some essential concepts. I am an experienced Filemaker user and in Filemaker there are two distinct situations when it comes to related tables and the process of populating fields with information, either the look-up or just...
  9. T

    Count number in subform

    Hi, I am quite new to Access and have a problem I hope someone can help me with. I have a main form called frm_SAMPLE and in this form I have added a subform called frm_JM_subform. The subform is a continuous form linked through a relationship sample_id <> sample_id. It is a one-to-many...
Back
Top Bottom