Search results

  1. hoschi

    saving by code...

    I got three combo boxes with this code... one table: tblTest with these attributes: land = country, stadt = city and einwohner = habitant the boxes are filtered, so i can only choose the cities which are in the country i decided in the box above... box 1 SELECT DISTINCT tblTest.land FROM...
  2. hoschi

    day of the week problem

    hi there I got 2 text boxes: datum and day in the datum-textbox I enter a date and I want that the second textbox (day) automatically updates itself with the Day of the Week! I know it must be done with following code but it does not work: =Format([datum],"dddd") Where have I to put this...
  3. hoschi

    Output Filtered Form to Excel

    I want to get a Output to a Excel Sheet from a filtered Form! I want the user to enter the filter criterias, to see the filtered records and then by pressing a button to get a output to excel! please help thanx hoschi
  4. hoschi

    subform problem (filtering, update main form)

    Hi there I got a Form with a subform. In the Form there are all Information of the record. The subform is like a listing of the todays added records with only four fields of information. 1. How can I filter the subform OnOpen to show only todays records? 2. I want to add to the subform a...
  5. hoschi

    Problem with subform

    I searched the forum but I didn't find what I need because I don't know how to name my problem. I want to create a form where the user can open a record for a computer problem. This form must have a subform where the user can add the actions he made. The subform must contain the date/time, the...
  6. hoschi

    auto increment and search with multiple criteria

    Hi there I got 2 problems: the first is, that I autonumbered my records, but when I delete a record (perhaps record nr. 17) this number is also deleted (nr 17 doesn't exist any more...). I want that the numbers of the deleted records are still avaiable! Or is there another possibility to get a...
Back
Top Bottom