Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by psyam

  1. psyam

    Combo Box Text Validation

    Thanks...Thats working...
  2. psyam

    Combo Box Text Validation

    Hi Evry 1, I using a form for user to enter data for a new record and i have a combobox on it .How to restrict user not to enter anything except to select from the options I have? Thanx for ur time, Syam.
  3. psyam

    Save Button on a Form

    Ya, Thank you. acCmdSaveRecord is serving the purpose. Thanks, Syam.
  4. psyam

    Save Button on a Form

    Hi, I have a form with save button on it.All I want it to do is ..Save the data on the form to the table . This is the code I am using: Private Sub btnSave_Click() DoCmd.RunCommand acCmdSave 'DoCmd.Save End Sub But the form is unable to save the data on to the table. Thanks for ur...

Part and Inventory Search

Back
Top