Search results

  1. D

    Barcode fonts in a control.

    Has anybody else come across a problem when trying to re-size a textbox etc which has been formatted to use a barcode font? I have! Every time I try to re-size, access crashes. It must be a bug with access because it doe's the same thing on a few different PC's! Anybody know of a fix? TAC
  2. D

    Missing form

    SomehowI've ended up with a class object which used to refer to a form that I deleted. The class still exists and I can't get rid of it? Any suggestions?
  3. D

    Report if True?

    Thanks, I'll give it a whirl soon! TAC
  4. D

    Report if True?

    I've got a report based on a table. The table contains 2 fields, Location and a True/False field. If the check box is true, I want the data from the location field to be displayed in the report, if not, don't display it?? TIA
  5. D

    Limit user to select from 1 of 2 combos per record

    Thanks for that. It works a treat! TAC
  6. D

    Limit user to select from 1 of 2 combos per record

    I have 2 combos on a subform (cmbPurchase & cmbFactory). I only want a user to make a selection from one of the 2 combos. So if a choice is made from one combo, lock the other or vice versa? There should be a message displayed which resets the combos when the message is acknowleged, but only if...
  7. D

    Combo Box Selection

    Simon, I've sorted it out. Many Thanks. TAC
  8. D

    Combo Box Selection

    Hello Simon, All I need to do is have a combo on a form that looks at a table and displays all the values in a combo for me to select. When I select a value, an after update event will occur and fill a textbox with another value that the first relates to. The proceedure is working except for...
  9. D

    Combo Box Selection

    When I choose data from a combo and the data is displayed in the relevent field, all the other fields in the same column change to the same value. The combo is not bound.
  10. D

    Combo Boxes - Using 2 to give 1 output in a Text box

    I need to use 2 combo boxes to determine the value in a Text box. Is there any information out there which may help me. I've looked in the help files, but as all ways, it's hard to look for something when you don't know what the method is called? Thanks in advance.
Back
Top Bottom