Search results

  1. L

    Question Trip origin and destiny

    I want to create a travel table with 2 foreign keys to the same table of airports, one as FROM_ID and other as TO_ID. Access lets me do that, but I am having trouble with the Query to list travel with origin and destiny. Database is attached. Thanks again, Luis.
  2. L

    Question Very Simple Column Total

    Hi, I have a very simple question about merchandise stock. I have 3 tables, product, incoming_item and sold_item. Database is normalized and attached. Incoming_item and sold_item both have an attribute quantity. I need a query that sums all quantities incoming and subtract sold so I can have...
  3. L

    Browse button to store picture as OLE

    How can I display a browse button on a form to store a picture of a client as an attribute? :confused:
  4. L

    Visible propery on form field

    Hi, I need to set Visibility (or Dimmed) property on selected form fields based on the value of a record on a linked table. There is a TiAsD table with 12 values, and a SomeForm form with 7 fields. I need, say, if a record at TiAsD is number 6, the user will be able to fill the First, Third...
  5. L

    Method 'CurrentDb' of object '_Application' failed

    Method 'CurrentDb' of object '_Application' failed I am getting the error above when I try to use the form wizard. So Win 2000 Server, Access 97 updates 1 and 2. Thanks, Luis.
Back
Top Bottom