Search results

  1. G

    Solved Data from form not showing on Statement of Account report

    I am struggling with getting a report populated with all required data and it may be due to a number of issues or the approach being used. I am trying to develop a Statement of Account report. The Person is selected using a form where the year and month of interest is selected. The Statement of...
  2. G

    Solved Error #size! on calculated control based on subform value

    The form displays a Sales order, with the Sale Order items and the Payments received on dedicated tabs as subforms. The Sales Order form has a calculated control showing the total of payments received. The formula is =Val(Nz([frmsubPmt].[Form]![txtTotalPd],0)) The form when opened presents...
  3. G

    DLookup does not return correct value

    I have a problem opening a form filtered to a particular record. The form is opened by obtaining a values for respondentID, QuestionnaireID and ResponseSessionDate in a dialog. When all selections are made these are used to identify the record in ResponseSession using a DLookup. The combination...
  4. G

    Error 2427 : You entered an expression that has no value.

    I have a Sales Form, which can be opened from a Sales History form without issue. However, as Sales can also include sales of subscriptions, I also have a Subscriptions History form that allows the originating Sale form record to be opened - at least that was the intention. Using an almost...
  5. G

    Difference in value of entered data and sum

    Confused by this: I have a sub form where I can record payments against an invoice. The total payments received are compared to the invoice total to determine if the bill is fully paid. However I have found that a single payment of 49.95 shows the sum of payments as 49.950000763 I had Total...
  6. G

    Display of calculated value on continuous form

    I have built a query that yields a calculated value if conditions are satisfied 0 if not. The form displays the calculated values for each row EXCEPT when the record meeting the criteria resulting in 0 is selected - in which case all calculated values appear as blank in the continuous form...
  7. G

    Validating data against a prior record

    I have a Motor Vehicle Travel Diary (tblMVLog) table with records, as the parent to Trip Log table. Apart from in-Travel Diary record validation in BeforeUpdate such as MVLogStartDate (Diary start date) is before the MVLogEndDate (Diary End Date), I would also like to check that, if the record...
  8. G

    Struggle with Migrating to 64bit

    I have used the free helper applications by Peter Cole to identify the functions and make changes to the declarations to accommodate moving to 64bit (in fact trying to make it able to generate the 32bit and 64 bit versions), however I have come to a stop when trying to upgrade the code borrowed...
  9. G

    expression has no value error when running search query

    I have a form used to present a list of "qualifications", filtered by qualification type. The form has a search text box in the header to find a person's qualification. Initially when opened the form displays the relevant records. When the first character is entered the list should filter...
  10. G

    Incorrect record ID returned using @@Identity

    Hi. I am logging an import process and after creating the import record in the log table I want to use the id of that record later. I thought I could do this using @@identity and used the following code, however the value of autoID, when executed, is not tblTfrLog - it is an ID from another...
  11. G

    Solved Cannot add record because a related record is needed in another table - unable to find cause

    I have been struggling to find the cause of this message appearing when entering a new record on a subform, and would appreciate suggestions of how to locate why this appears. The context is: I have 3 similar forms to record some details of the work force: as Employees, as Contractors and as...
  12. G

    Solved Limit the list in a combo based on a value in the record

    I am trying to limit the list of values displaying in a combo box in a subform to a subset of the values in the source table based upon the "type" of the record displayed in the subform. The subform displays the history of a member's designations: eg affiliate, newbie, corporate sponsor, GOAT...
  13. G

    Solved Text box with function to return text does not display on form until enabled

    I have a Textbox (Auto_Header0) in the header of a search form to display the name of the organisation and concatenated text. The name of the organisation is retrieved by a function. The control source for the text box is : =fMainOrg("FullName")+" Search" Unless I (temporarily) set the focus to...
  14. G

    Solved Error 3061. Too few parameters. Expected 2

    My database uses an append query to add member financial records for current members when a new financial year is established - launched from a command button on a form to manage financial years. Following in the same routine are two update queries that then insert the membership fee appropriate...
  15. G

    Solved Retrieving the Description property of query

    I am trying to obtain the descriptive text I entered against the queries I have developed, as I want these to appear in documentation. This text doesn't appear in the the output from the database documenter. The particular line to retrieve this information (and write it into a table...
  16. G

    Hi

    Hi - by way of introducing myself - I retired a few years ago from working as a manager within data / performance management services in the health sector of the public service in Australia. I am now tinkering with MS Access to develop an application to help manage a charity we are seeking to...
Top Bottom