Search results

  1. P

    Combo box default?

    Thanks..I benefited from your guide too!!
  2. P

    Cannot navigate records in form

    Hi, I've looked at it and the dataentryproperty has been set to NO but I'm still having the same problems..There is another thread with similar problems and someone suggested to use this VBA codes this will open the form in add mode: Dim stDocName As String Dim stLinkCriteria As String...
  3. P

    all data form doesnt display records

    Hi, do I have to add the two above commands to form load event or just choose one? I tried to put the navigating through all records command and it still does not work. The records still do not show after I close the form. Any advice? Thanks..Oh, I have changed "frmPermitOrderDetails" to my form...
  4. P

    Cannot navigate records in form

    Hi all, I have similar problems of navigating records in form. when I enter the records, I can scroll through back and forth with ease, but if I close and open the form again, all the records are lost in the form and they were saved to the table. I am wondering if there is any possible way...
Back
Top Bottom