Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 11-21-2016, 08:36 PM
macropod's Avatar
macropod macropod is offline Expanding tables with calculating form fields? Windows 7 64bit Expanding tables with calculating form fields? Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,467
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

Quote:
Originally Posted by Father View Post
Crap... so I should have stuck with Form Fields rather than convert everything to Content Controls.

One of the reasons I thought using the content controls would be better is that for drop downs it still allows you to enter other words into the field. Can normal form fields do this as well?
That is not possible with dropdown content controls; only with combobox content controls. There are ways of simulating this with a dropdown formfield (there is no combobox formfield) - but that, too, requires a macro.
Quote:
Originally Posted by Father View Post
I also did it because some of the information I was putting in normal form fields was getting cut short. That might have been more a result of the table cell size they were on and I was blaming the fields.
Probably.
Quote:
Originally Posted by Father View Post
So you mentioned that form fields don't work well with content controls. Is that in general terms on or only when you're trying to relate/connect one type with the other?
It's in general terms, but especially when checkboxes are involved or you're trying to tab from formfields to content controls then back to formfields again.


Quote:
Originally Posted by Father View Post
For my sample, if I use form fields for the calculating fields but left the control control fields for the static information in other parts of form, will it cause problems?
Possibly.
Quote:
Originally Posted by Father View Post
Macros scare the heck out of me... because I'm just not that familiar with coding. But I was able to remove the comments so that each new table has a specific numbered bookmark. VERY NICE!!!
I don't understand what you mean about removing comments - there is no need to remove comments from the macro code. They are never executed; they just explain things. They also have no connection with table bookmarks.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote
  #2  
Old 11-21-2016, 09:14 PM
Father Father is offline Expanding tables with calculating form fields? Windows 7 32bit Expanding tables with calculating form fields? Office 2013
Novice
Expanding tables with calculating form fields?
 
Join Date: Nov 2016
Posts: 29
Father is on a distinguished road
Default

Quote:
Originally Posted by macropod View Post
I don't understand what you mean about removing comments - there is no need to remove comments from the macro code. They are never executed; they just explain things. They also have no connection with table bookmarks.
I was referring to:
' If you need the formfields named, activate the commented-out code.
Perhaps I didn't use the right terms. I did that for:
'For Each FmFld In .FormFields
'StrNms = StrNms & "|" & Left(FmFld.Name, Len(FmFld.Name) - 2) & Format(i, "00")
'Next
and
'.Select
'With Dialogs(wdDialogFormFieldOptions)
'.Name = Split(StrNms, "|")(i)
'.Execute
'End With

Right now I'm doing the stuff in the DropDownDemo.doc. It's pretty labor intensive.

So, when using that, whatever number I have set to a certain drop-down, can that number be used for a calculation?
Reply With Quote
Reply

Tags
calculating values, expanding table, form fields



Similar Threads
Thread Thread Starter Forum Replies Last Post
Macro to keep formatted form fields after mail merge or replace text with formatted form fields jer85 Word VBA 2 04-05-2015 10:00 PM
Expanding tables with calculating form fields? Tables with form fields step10 Word 18 11-12-2013 02:27 PM
Enable editing in expanding fields marweste Word 11 10-21-2013 07:41 AM
How to prevent Tables from expanding HappyFingers Word 1 11-29-2010 01:54 PM
Calculating Form Fields in Microsoft Word wubba80 Word 1 06-25-2010 12:42 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 07:26 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft