Recent content by strong888hold

  1. S

    Move a record in a form to another form

    Yes, one record from a table to another table. I put a command button on my form (see frmSource). This button should move the record to the frmDestination. It seems that my SQL code is not working and I don't know what else I can do. There's a sample of my database. Open the frmSource, then...
  2. S

    Move a record in a form to another form

    Hi, I created a small database and on my form (frmGE), I added a button "Delete". This button have to move the record (just the actual record and not all records) to the form "FrmRetired". The form "FrmRetired" have the same fields, except for the "comment" field. I tried to programm it so when...
  3. S

    Filter a report from a pop-up form

    I didn't noticed that and now it works fine. Again a big thanks for all. :) strong888hold
  4. S

    Filter a report from a pop-up form

    Hi Rickster It works now! A big big thanks for your help :) strong888hold
  5. S

    Filter a report from a pop-up form

    Yes, the sample file works and there were no errors. I forgot to add my own database with the errors. Check this. Click on form "FrmFilter2" then when reports open, choose a BusinesOwner Name or somethin else and then click on "Set filter". There is a line highlighted in yellow and that's the...
  6. S

    Filter a report from a pop-up form

    Hi I used this small database (see zip file attached) to adapt it to mine. I added 4 combo boxes (the database attached has 5 combo boxes) I can select values in any of my combo boxes, my report property is set to “Filter On” however when I click on the Set Filter Button it shows an error...
Back
Top Bottom