Search results

  1. T

    Requery a comboBox

    just wondering if its possible to requery a Combo box with text allready partially entered (ie a Name Combobox from table with hundreds of names the drop down list changing with every text character entered) way i figure should be possible with a requery on update for field with a criterea of...
  2. T

    passing criteria Query from REPORT to Print Preview

    I have a Report that is generated from a querie with the usual criteria Between [StartDate]and[EndDate] which works fine but when i choose to print preview it asks for the Criteria again i figured a way around it with a button macro to blind print but as you prob have experienced Report view...
  3. T

    Reports look wrong but print right

    Crazy one this have a Report with a subreport the report view is missing data and total from the subreport but if i print its fine even the totals have changed . any ideas ?
  4. T

    Strange Combobox autofill behaviour

    have a form where the initial field is a combo-box if i complete the form then start another if in first combo box i choose the same selection it loads the previous values in other fields instead of continuing with a fresh one any ideas ?
  5. T

    Blank reports on empty Subform

    have Forms setup with two Subforms if for some reason the 2nd one has no data in it i will get a blank report if i put anything in the 2nd subform at all it works fine any ideas ?
  6. T

    Grand Total of a Running Sum

    have an invoice report set out like so Heading Description............Price....Quantity...a text box with "=[Price]*[Quantity] however getting a grand total seems a problem my totals tool only allows me to get a count records since sum is greyed out any ideas ?
  7. T

    stacked Fields in Report as opposed to sequential

    Trying to set up a report but having a few probs with design set up form like such atm ; Heading Job No Job Performed Materials Job Performed Materials Footer but im trying to get it to do like so ; Heading Job No Job Performed...
  8. T

    Subform ComboBox Queries from Main Form

    have a problem where the query works but the results dont refresh later ie queries all the items in (storeA) on Main Form for the combo box in Subform but when i move to next form/s with (StoreB) the combo box results still equals results of (StoreA) if open fresh and go to a form with...
  9. T

    Relationships supporting Forms with Multiple Subforms

    Great site all :) having a few probs with setting up self populating tables from relationships I have a Job Setup that would have one customer and one price list with variable items. but it would also have multiple forms for the Job which also include multiple materials (by loads) and multiple...
Back
Top Bottom