Search results

  1. P

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

    Thanks that helps a lot. I don't know why I din't look in the help file before I posted the question here.
  2. P

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

    What should I check out. If I change the bound column I get the text in the table.
  3. 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
  4. P

    And all dates before....

    Make it < [Enter Week Commencing] Greetings Raymond
  5. 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?
  6. 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] =...
  7. P

    Improving Database Speed

    Autonumber will not work because I have 20000 positions that I use. When I use a sample it is removed from the database so that it can be used again.
  8. 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...
  9. P

    dlookup error

    thanks its working now
  10. 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