dbTalk Databases Forums  

Newbie auto enter question

comp.databases.filemaker comp.databases.filemaker


Discuss Newbie auto enter question in the comp.databases.filemaker forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Sharky
 
Posts: n/a

Default Newbie auto enter question - 11-20-2005 , 03:22 PM






In my database there are 3 numeric fields, A, B and C, where field C = A-B.
Each time a new record is created, I would like FM to set automatically the
value of field B to the value of the previous field A. I'm on Windows XP,
FM8.

Thanks for helping out!

Sharky



Reply With Quote
  #2  
Old   
Michael Myett
 
Posts: n/a

Default Re: Newbie auto enter question - 11-20-2005 , 11:20 PM






Sharky wrote:
Quote:
In my database there are 3 numeric fields, A, B and C, where field C = A-B.
Each time a new record is created, I would like FM to set automatically the
value of field B to the value of the previous field A. I'm on Windows XP,
FM8.

Thanks for helping out!

Sharky


Make field B an auto-enter calculation using the following calc:

GetNthRecord ( a ; Get ( RecordNumber ) - 1 )

Michael Myett



Reply With Quote
  #3  
Old   
Sharky
 
Posts: n/a

Default Re: Newbie auto enter question - 11-22-2005 , 02:02 PM



Thanks BigNoel and Michael, I got it running!

"Michael Myett" <michael.myett (AT) adelphia (DOT) net> schreef in bericht
news:NOcgf.12$596.3 (AT) fe09 (DOT) usenetserver.com...
Quote:
Sharky wrote:
In my database there are 3 numeric fields, A, B and C, where field C =
A-B. Each time a new record is created, I would like FM to set
automatically the value of field B to the value of the previous field A.
I'm on Windows XP, FM8.

Thanks for helping out!

Sharky
Make field B an auto-enter calculation using the following calc:

GetNthRecord ( a ; Get ( RecordNumber ) - 1 )

Michael Myett




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.