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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: jahmed
  • Order by date
  1. jahmed

    Subform always opens with a record...I don't wan this!

    Change Data Enty back to NO and try inserting this into the Event Procedure in the OnLoad Property of the form: DoCmd.GoToRecord , , acLast This ought to work. J Ahmed
  2. jahmed

    Subform always opens with a record...I don't wan this!

    Try Changing the DATA ENTRY option in the subform properties to YES. This should bring up a blank record every time. j ahmed
  3. jahmed

    Subform always opens with a record...I don't wan this!

    Try Changing the DATA ENTRY option in the subform properties to YES. This should bring up a blank record every time. jahmed
  4. jahmed

    Access Forms

    You can use conditional formatting to change the colour of the fill, text or the font itself when the data in the field satisfies certain conditions. Simply click on Format in the menu toolbar (In design view), Conditional Formatting and select you conditions and format changes...
  5. jahmed

    Date Formats & Input Masks: Non-Programmer Needs Help

    I may have find a simple solution to your problem. I just gave the following a try and I think it does what you want it to do: Set the Input mask to: 00/00/00## and the format to long date (Note this will show 10 february 2002) When inputting the date only 4 digits need to be entered the last...

Part and Inventory Search

Back
Top