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

Search results for query: *

  1. HowardB

    Group shapes that automatically resize when one member is changed

    Hi, I am a complete noob to visio vba but not to vba in general, I was wondering whether someone could help me out. I have a created a shape based on the swimlane shape in the cross functional flowchart. This shape has a main single outer swimlane band with three smaller swimlanes nested all in...
  2. HowardB

    VBA code to import data from a Word 2002 form into Access 2002

    Wow so I've stumped you all! never thought I'd see the day
  3. HowardB

    Importing data from word 2002 forms into Access tables

    Hi vbajock, Thanks for the post, any ideas about the coding aspects? HB
  4. HowardB

    VBA code to import data from a Word 2002 form into Access 2002

    Hi All, I am looking for some example code from someone who has done this kind of thing before using Office 2002 apps. Basically I want to create a form in Word that has inserted data fields (can do that)which can be emailed to users to fill in information. The fields could be numeric, date or...
  5. HowardB

    Importing data from word 2002 forms into Access tables

    Hi All, I am looking for some example code from someone who has done this kind of thing before using Office 2002 apps. Basically I want to create a form in Word that has inserted data fields (can do that)which can be emailed to users to fill in information. The fields could be numeric, date or...
  6. HowardB

    Word wrap in Word2002 table based templates using fields

    Hi All, I have designed a form as a template (*.dot file) in Word 2002 that I want users to be able to fill in online and email. The form is based on a table whch allows me to format control the layout of an array of labels and word form fields inserted into the table cells. My problem is...
  7. HowardB

    Is this database corrupted, if so can I fix it?

    Hi Me![GPPCT] (no spaces) just worked and I have no idea why it didn't work before. I suspect user error but happily I will never be able to prove it. Thanks for your help, everything appears to be in order, regards HowardB
  8. HowardB

    Is this database corrupted, if so can I fix it?

    Hi essnrv, In answer to your question no there are no spaces except the ones that form gaps in my understanding regards HowardB
  9. HowardB

    Is this database corrupted, if so can I fix it?

    Hi All, I have just come up against an instance in a database I am building where Access does not recogise a field on an underlying table when I am trying to reference it through code associated with a tabbed form called CaseDetails. The actual field that exists is called GPPCT but in the...
  10. HowardB

    Detecting page changes on a form with multiple tabs

    Not so embarassing as having conversations with yourself on forums though. It wasn't obvious but I have now managed to find and select the TabCtl0 you mentioned and I am on my way, Thanks again
  11. HowardB

    Detecting page changes on a form with multiple tabs

    Not so embarassing as having conversations with yourself on forums though. It wasn't obvious but I have now managed to find and select the TabCtl0 you mentioned and I am on my way, Thanks again
  12. HowardB

    Detecting page changes on a form with multiple tabs

    OK so this is a little embarassing but I can't find the tab control you mention? I am in form design mode. If I right-click on the one of the form tabs and go to properties I get the page properties. If I right click on the tab control in the toolbox I do not se a change event option. Can you...
  13. HowardB

    Detecting page changes on a form with multiple tabs

    Looks good! Thanks for the prompt reply ... have a star (but don't let it go to your head) :-))
  14. HowardB

    Detecting page changes on a form with multiple tabs

    Hi All, Does anyone know whether there are any events or methods that would allow me to trigger code execution when I click on a tab to change the form page on a form with multiple tabs? I have a form with multiple pages accessed via tabs at the top of the form. I want to trigger some data...
  15. HowardB

    Problem with using IIf statement in a report control

    Hi Ken, That fixed the problems, I guess I confused the poor thing, many thanks
  16. HowardB

    Problem with using IIf statement in a report control

    I am trying to use an IIf statement in a textbox control called PatSex on a report. The textbox is bound to a field called PatSex on an underlying table. In report design mode I entered the following statement into the PatSex textbox control source property...
  17. HowardB

    Conditional formatting of subform cells

    So do I take it nobody has a clue about this issue?
  18. HowardB

    Conditional formatting of subform cells

    Hi All, Can anyone provide me with some example code of how to achieve conditional formatting of individual cell display properties within a subform based on values displayed in the subform cells. The traditional conditional formatting only allows 3 conditions (via Formatting menu\Conditional...

Part and Inventory Search

Back
Top