Search results

  1. P

    Combobox need value of column 1 in table en value of column 2 in report

    I have a form with a combobox and need de value of the first column in my table this is not a problem but when I use a query to select data and want the value of the second column in a report I get the value of the first column in the report is there a way around this??? Greetings Raymond
  2. P

    record navigation button disapepeard

    Can someone help me with the following i have my form settings as shown in attachment. But som how my record anavigation buttons disapeard. The evet procedur is to maximize the form. But I still have the "record selectors" and "navigation buttons" on yes. Any one an idea how this happend?
  3. P

    runtime error 2465

    Hello all, I hope someone can help me with the following, I have form with a subform, on the form I have button that leads to an other form on wich I want to have a field i also have on the subform I think I programed it the way it should be but some how it is not working. [klant nummer] =...
  4. P

    Improving Database Speed

    database very slow when searching. Is there a way to speed it up I have a database which tracks samples for storage one can delte and ad samples. When adding samples the database searches the first open spot to place a sample. But when I add samples it takes a lomg time before the search is...
  5. P

    dlookup error

    I am getting Run-time error 2471 the object doesn't contain the automation object 'x' x being the fabrikant. When running the following Private Sub Fabrikant_Leverancier_AfterUpdate() Dim strfilter As String strfilter = Me!Fabrikant Me!korting = DLookup("[korting]"...
Back
Top Bottom