0

Recors counting

Hi to all! is thare a method to automatically update a field of a record of TABLE A with the numbers of record (only te count) that are populating the TABLE B?

4 replies

null
    • francescostefanello
    • 3 yrs ago
    • Reported - view

    ops sorry for gramatical mistakes

    • John_Halls
    • 3 yrs ago
    • Reported - view

    Hi Francesco

    Try adding a formula field to TABLE A and use this formula

    count ( select 'TABLE B' )

    It will update automatically as us add and delete records to TABLE B

    Regards John

    • John_Halls
    • 3 yrs ago
    • Reported - view

    That should have read 'automatically update as you add'

    • francescostefanello
    • 3 yrs ago
    • Reported - view

    Done! thank you a lot

Content aside

  • 3 yrs agoLast active
  • 4Replies
  • 359Views