Search results

  1. X

    Problem with Combo

    I have checked and its working fine with me, see attached demo.
  2. X

    Problem with Combo

    Hello asdaqamin! I agree with @nelieg, he is saying right, if you have this as an assignment then you should try this for yourself , btw the revised file is working fine with me, you should press ">*" before and after entering data @nelieg, I apologies for the thing you pointed out, you are...
  3. X

    Problem with Combo

    Hello asdaqamin I have made some changes to your attached file for your required features. Take a review and let me know if it works with you.
  4. X

    How to refresh Subform

    I have two Tabs on a Form Tab1 - has a Subform as Continious Form [showing the list which as showing appointments that has Is_Taken =0] Tab2 - Some fields to Submit [this also update the Is_Taken =1] When I submit button on Tab2, it set the Focus to Tab1 on Click Event. What I need, when...
  5. X

    Error: too few parameters. Expected 1

    Ken thanks, it worked. Now,i have another issue, I have two Tabs in a Form Tab1 - has a Subform as Continious Form [as appointments that has Is_Taken =0] Tab2 - Some fields to Submit When I submit button on Tab2, i set the Focus to Tab1 on Click Event. What I need, when Tab1 get focus it...
  6. X

    Error: too few parameters. Expected 1

    Hi All, I am getting problem "Error: too few parameters. Expected 1" when following Query is executed to updated a Flag Value in a table on Click event of a Submit button. CurrentDb.Execute "UPDATE Scheduled_Appointment SET Is_Taken = 1 WHERE Scheduled_Appointment_ID LIKE...
  7. X

    Help Required in MS Access - User Authentication/Login & Password Verification

    Thanks kempes for your urgent response Actually I have a Form with two text fields one for User Login and other for User Password. Table: Login_Info Column1: Login_ID Column2: Password I want to match the values entered in two fields on Click of LOGIN button, i know it is just a simple way of...
  8. X

    Help Required in MS Access - User Authentication/Login & Password Verification

    I have a group forms in a module that requires User Authentication through Login and Password. For this I have designed a Form with two fields Text1 and Text2, my first Question is: How can I make Text2 as Password text fields i.e. field should show '*' instead of Plain Text in the field? My...
Back
Top Bottom