Search results

  1. L

    Comparing pairs of records in a query

    I need to identify pairs of records by their ID and date fields, then compare their number values to get a text result. I have a query that has the following fields AuthInstanceID, ConsumerID, AuthNumberID, AuthStart, AuthEnd, PSRUnits, BSTUnits. Sample data is below (PSRChange and BSTChange...
  2. L

    Compare fields in different records for changes

    I have a table called tblAuthorizations. It appears as follows AuthInstanceID....ConsumerID....AuthNumberID....AuthStart....AuthEnd....PSRUnits....BSTUnits 1374006036.........356679..........20255102..........4/22/13......7/21/13.....0..............416...
  3. L

    Search Textbox on Main restricts data entry on Subform

    I have a form whose Record Source is a query (lists consumer information), with two subforms. One subform is for data entry and has a table for a record source (lists of authorizations, with foreign key ConsumerID). The other subform is used to view and edit the same data entered through the...
  4. L

    2 Subforms: 1 data entry, 1 to view records

    With any luck this should have a simple solution, but I can't figure it out. I have a form (Consumers) that displays consumer information. On the lower half of the form are two subforms. The bottom subform (Authorizations) shows records from the many side of a one to many relationship, linked...
  5. L

    Add multiple records on one form with auto-populate

    I have a form with StartDate, 3 Comboboxes (Employee, Consumer, Service), and a button. What I'm struggling with is code to do the following: User enters a start date (mandatory), and values in all of the comboboxes (mandatory), then hits the button. The subform then creates 7 records with those...
  6. L

    Combobox adding record to wrong table

    I'm trying to set up a combobox on the subform that will let a user choose one of multiple values (value from Auth Numbers Query) and when the record is entered it fills a field in tblAuthorization via Authorizations Query. I can get the combobox to display the correct information, but I have...
  7. L

    Select Record Source based on Checkbox

    I have a fair-sized data set going into a form that I want to filter based on a checkbox. I have a table with records of all of the consumers we have worked with, with current consumers identified by a checkbox (Active). I've created queries that show either all active or all inactive based on...
  8. L

    Timecard, Consumer Tracking, and Billing

    Table Arrangement: Timecard, Consumer Tracking, and Billing I apologize, in advance, for the novel. I'm making a fairly involved database and my knowledge of Access is barely scraping past mail merge. I'm improving and I think I have the general concepts (small number of forms display and feed...
  9. L

    One more to the Abyss of New Faces

    The introductory post asks you to introduce yourself. Hello expanding void! It surprises me how quickly this community is growing (Based on the number of "I'm new here" threads started just yesterday), and I can't help but wonder how unprepared the welcome party is to such an onslaught. With...
Back
Top Bottom