Search results

  1. C

    Using Access just to organise data?

    Hi, I'm wondering if it is possible if some programme, maybe in VBA, can be used to manipulate data in a database, such that the database has got several different normalized tables but no forms. Can programming be used to create some sort of interface that gets information from and enters...
  2. C

    When fields can't be autopopulated..

    Version of Access used: 2003 Hi, I have a form containing information about orders. The fields related to the supplier company info are autopopulated (e.g. SupplierName, Salesrep), based on the company number (a primary key) that is entered. I am using a combo box for the CompanyInfoTable. The...
  3. C

    Problem with locking a form

    Hi, Is there conflict between making a form read-only and having a hyperlink field on that form? This is what I am hoping to do: When a selection is made from the combo box of a form, another form opens for confirmation purposes. (E.g. If Item 1 is selected, a form about item details opens...
  4. C

    Opening report to pg based on form

    A bit of background: I'm relatively new to Access and with regards to code I know only how to follow directions. I'm using the 2003 version of Access. Hi, I've seen something like this in a sample database, but I don't know how they do it: Once the user is done filling up the form, a button...
Top Bottom