Search results

  1. V

    Compile Error??

    I have added an additional Combo box to my form so that user can select number of cost they wish to add to the bill. From that another form will appear the amount of times via the number selected. The code I am using is If CostsDone = False And DisbursementsDone = False Then varCosts =...
  2. V

    Please Help!

    Hello, I have created a bill template, in word using VB6. When opening the template a form appears asking the user to fill out general information and to select how many costs and how many disbursements need to be added to the bill. They then select create bill. They then get another form...
  3. V

    Cancel Dialog

    Good Morning I have created a Bill Template, and to make sure that the bill has been refreshed, (i.e F9) I have written code to pick up a command and refresh table figures. The code I have is as follows: Sub FileSave() For Each SingleField In ActiveDocument.Fields SingleField.Update...
  4. V

    forcing an update

    Good Afternoon, I have a bill template which I have created. I have a form where the user will insert the bill information, including Name, address details There is a seperate form where the user then inserts the costs text which is entered into column A, the Amount in column B, if it is a...
  5. V

    Force Update

    Good Afternoon, I have a bill template which I have created. I have a form where the user will insert the bill information, including Name, address details There is a seperate form where the user then inserts the costs text which is entered into column A, the Amount in column B, if it is a...
  6. V

    Problem with Inserting Image????

    Good Morning, I have created a letter template for my firm that is automatically inserting name, tel, email when selected from combo box list on a form. I have also created a check box that if selected I want it to insert there stored signature image in the place of a bookmark.... Please can...
  7. V

    Electronic Signature insert???

    Good Morning, I have created a letter template for my firm that is automatically inserting name, tel, email when selected from combo box list on a form. I have also created a check box that if selected I want it to insert there stored signature image in the place of a bookmark.... Please can...
  8. V

    Insert Image

    Good Afternoon, I have created a template and I have a checkBox called "cbElectronicsig". I am trying to insert the image saved as a .bmp at the bookmark if the checkbox is checked. But I seem to be having problems getting this to happen...??? If anyone can help me with the code needed or...
  9. V

    ComboBoxes ??

    Good Afternoon, I am creating a Headed Letter Template, and I have 2 comboboxes on my userform one called "cbDept" listing all the departments in the firm. The second combobox called cbEmployer and I am wanting a list of employees to appear depending on the selection made from cbDept. But I...
  10. V

    Bookmarks in Header

    Good Morning, I am creating a template to incorporate our office address in the header. I have created a form to open and there is a list of offices to choose. From here which ever office is choosen I want the corresponding address to be in inserted into the header and the remaining address...
  11. V

    Problem with Switchboard

    Good Afternoon, I wonder if anyone can help? I have created a database for Risk Management, I have also created a switchboard and have locked it down so that people can not edit other tables/forms. This seems to be working fine although when someone else tries to open and use the database...
  12. V

    "Oops"- Please Help?

    Good Afternoon, I have created a Risk Management Database at work, I am a little rusty on Access, but everything seemed to be working nicely. I then decided to add a Switchboard to link to Forms and Reports. This again was working lovely. I then decided to try and hide, everything only...
  13. V

    Linking Form to Table

    I am creating a Risk Management Database at work. I have created a tab with options to choose, as to log the risk relevant. i.e. I have a catagory, subcatagory and then Risk boxes When saving the record it will save the risk but it will not save the catagory, and the subcatagory options...
  14. V

    Options in a Form

    I am a bit of a beginner to Access 2003, and I would appreciate any help you can give me? :) I have a drop down box on a form in Access 2003 with several options when an option is selected from the first drop down I would like a sub catagory of the selected drop down option to appear in the...
Back
Top Bottom