Search results

  1. A

    microsoft word document in accees report

    In one of my reports I want to print a word document. My problem is that it prints only the first page of my word document. What can be the problem?
  2. A

    Uneffective Data Inserting

    I have a form where I insert data into two tables: reservations and clients (which its primary key is clientid ) (each reservation has one client .the linking field is clientid) In order to insert new reservations I built a form where the user inserts the reservation data (including clientid )...
  3. A

    query problem

    I have a table named Voucher with 3 field: voucherCode (every voucher has a unique code) ordernum (there can be many vouchers with the same ordernum) vouchertype The query that I cant manage to build is a query that returns a table that each row contains 3 field: ordernum (grouped by)...
  4. A

    LIKE -using a form control

    I have a form where the user types in a part of a name and then he can view the details of all the people that their name has that string. But I am having trouble writing the query that will do this...I have tried using: WHERE fieldname LIKE '*[forms]![formname]![controlname]*' Hoping that if...
  5. A

    combo-box filtering using a second combo-box

    I have a table with details about hotels including their name and address. In one of my forms I have a combo-box where I can select the hotel area and a second combo-box that display the name of only the hotels that are in the area selected in the first combo-box. My problem is that in certain...
Back
Top Bottom