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

How Do I ...

Status
Not open for further replies.

StacyStacy

Programmer
Apr 16, 2003
60
US
.... write a code for a push button to "add a new record"?
Thanks!
Stacy
 
Buttons on FP Screens have Valid "snippets".

In the button's Valid "snippet" put the code you want to add the record.

Code:
   SELECT MyTable
   APPEND BLANK
   <whatever else>

Good Luck,


JRB-Bldr
VisionQuest Consulting
Business Analyst & CIO Consulting Services
CIOServices@yahoo.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top