PDA

View Full Version : Combine Fields



Marcster
01-05-2011, 10:35 AM
Hi,

Is it possible to update all fields in a document without VBA?

I guess it is possible if it possible to combine the following fields together:

{MACROBUTTON EditSelectAll ClickHereToSelectAll }

{MACROBUTTON UpdateFields ClickHereToUpdateFields }

So when user double-clicks it, it should update all form fields?

fumei
01-05-2011, 10:43 AM
Formfields? Formfields should not require updating. If it is a MACROBUTTON, then it uses VBA. So I do not know what you mean by not using VBA.

As for not using VBA, Ctrl-A to select everything, and update.