Search results

  1. J

    code explanation

    Could you post your database with some sample data, zip it!
  2. J

    How do I force data to update/requery?

    Change the code to the below: Private Sub ReqLists() Me.lstSelectedFleets.Requery Me.lstSelectedPositions.Requery Me.lstSelectedFleets.Value = Null Me.lstSelectedPositions.Value = Null End Sub
  3. J

    Paste Special

    Could you post your database with some sample data + name of the form in which the code runs.
  4. J

    Unbound text boxes and dates syntax problems with vba

    Could you post your database with some sample data, (zip it because you haven't post 10 post), + name of the form?
  5. J

    Lookup Help

    Is it so you want it?
  6. J

    Lookup Help

    Where is the control with the name [cboOwner] in the form?
  7. J

    Iif Statement in query for multiple conditions

    Else you could post your database with some sample data, zip it because you haven't 10 post yet.
  8. J

    The expression On Click you entered as the event property setting produced ....

    Maybe it's not so much a connection question but more a time issue, how deep in the disk root are the databases located? But you will confirm or disprove it by having both the BE and FE databases on the same server.
  9. J

    SubForm Height

    Post your database.
  10. J

    Random character appearing in printed view of pie chart on report

    Is it always a "L"? If not and if not as isladogs mention, then post your database with some sample data.
  11. J

    From data is NOT appended in Table

    Good you got it solved! You're welcome! :)
  12. J

    From data is NOT appended in Table

    Do you've a Primary/ Index or sortorder set on your table? Show a print screen of your table structure, or post your database?
  13. J

    Help with VBA!

    I suppose you'll keep table tblExam?:
  14. J

    Data Type Mismatch Error

    I wouldn't call a field name and a table name as the same.
  15. J

    Date interval

    Could you show what result you wanted with the data you posted in the database?
  16. J

    Property Not Found - 3270 - For some users and not others

    Do you and the coworkers use the same MS-Access version?
  17. J

    How to "copy" data and "pasting" to the acNewRec

    What about using TempVars instead of? Here is a link to some samples. http://www.iaccessworld.com/how-to-set-temporary-value-tempvars/
  18. J

    Running Report with date from Form removes form data

    Your problem is that the data get updated when the reports run and that when you move out (event lost focus) of the list box a refresh macro run. All "code" in your database are build with macros. I always use Event Procedure so ...
  19. J

    Running Report with date from Form removes form data

    Is it possible you could post the database with some sample data, zip it because you haven't post 10 post yet. + a description how to reproduce the problem.
  20. J

    Form keeps opening as new record instead of current record

    It isn't anything in your code that should make your form open at a new record. Could you post your database with some sample data, zip it?
Back
Top Bottom