Search results

  1. J

    Datasheet inside form

    I have been fighting a problem with sorting the data in a subform that is in a datasheet. It is sorting the data automatically so the entries are not in the original order. Is there a way to disable the feature so that when I put data into the datasheet it will appear in the same order that...
  2. J

    stLinkCriteria Problem

    This worked out, no problems and the proper information is displaying on the form. I knew it needed just a little bit more of code. Thanks for your help.:D:D:D
  3. J

    stLinkCriteria Problem

    I have a form that produces a datasheet that derives its information from a query. The query works fine giving the desired information. In this datashee on "PurchaseOrderID" i have a On Dbl Click event that states this. Private Sub PurchaseOrderID_DblClick(Cancel As Integer) Dim stDocName...
  4. J

    Combo Box

    I have question pertaining to combo boxes. I have the control Source as ITEMID my row source is ItemID;ManufactureID;Description it is bound column(0) (i have changed this around to 1, and 2, and 3) what i would like this combo box to do is display and search through the itemid but display...
  5. J

    Checkbox

    This worked great!!!! Thanks for the help, you saved my hair. Thanks.... :)
  6. J

    Checkbox

    This works good, but what if it is unchecked and you want it to go back to the original number is there a workaround for that problem.:eek:
  7. J

    Checkbox

    Just wondering how I could use a checkbox to double a number in a txt box when it is clicked. Thanks for your help.
  8. J

    Calculations & Posting

    Hi, i am just new to Access so your help is very much appreciated. I have started making an Inventory Conrol program. What i need to accomplish is when i recieve product in from a po to transfer the amount that is recieved and alter the inventory table. I have a table that contains the...
Back
Top Bottom