Search results

  1. C

    Reports and Machine Fonts

    I have a Axiohm receipt printer 3" paper that I need to print reports to every thing works OK when I am using True Type fonts but it prints very slow. I can print the same report using Machine fonts at a fraction of the speed except the alignment of the data on the report goes crazy when I...
  2. C

    Stop update in form fields

    I have a form that changes data in fields when a combo box data changes the combo box is using the primary key as its data source Question: How do I stop certain fields from getting updated when I change the data in the combo box
  3. C

    Update fields

    How would I go about updating a field in a record other than the record that I am displaying on my form
  4. C

    I need to put aditional characters in a report field

    I need to have a field in a report that prints out its data with a " * " on either side Something like this in the fields record source ="*" & [Field in select query] & "*" but this doesn't work any suggestions ? I cant use text labels on either side because I need the * next to the beginning...
  5. C

    Combobox Question

    I have a combobox with the row source creating a select query I need the querys criteria to be set by what is in another field on this form (BillTo) I tried something like this SELECT worksheet.[PO#], worksheet.OurPartNumber, worksheet.Description, worksheet.CustomerID FROM worksheet WHERE...
  6. C

    Forms help

    I have a form and I need to have 2 or 3 fields that are updated with data when I put data in another field (combo box) on that form e.g Part number (combo box) updates part price and and description I know how to do this normally but the problem is that the table I get this data from is not the...
Top Bottom