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 TouchToneTommy 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: *

  • Users: Delano29
  • Content: Threads
  • Order by date
  1. Delano29

    Single form to search and edit record(s)

    I have a table called “tbl_expense” and a form called “frm_expense_edit” that I use to edit the records in a table called “tbl_expense”. I am trying to set up a third form called “frm_find_all” that has fields from the “tbl_expense” table and they are the following: “office_id”, “employee_id”...
  2. Delano29

    problem updating full record

    I have a form based on the Employee table listed below. The Employee table and Office table are linked as a one-to-many relationship using the Officecode field in both tables. The Employee table uses the Office table (Officename field) as a lookup. My problem is when I created the Employee...
  3. Delano29

    Drop-down arrow appear on your listbox in ms word

    Hi, I am creating a MS Word form that has a lot of drop-down list fields. Currently, the drop-down arrows for the list boxes only appear when a field with a drop-down list is selected. Is there a way to have the drop-down list arrows appear in all the drop-down list fields on the form at the...
  4. Delano29

    Page break macro in a form

    Hi, I am using a form in MS Word. I created a macro to insert a choice of documents in one of the form fields. When the document is inserted it breaks the form in an area that is not desirable. Is there a way of inserting a page break in a specified area on the form using a macro? For...
  5. Delano29

    Open save and close Excel files

    Hi, Is there a way to open, save and then close Excel files using a macro or VB? I have several linked files located on the network in a single folder and the process of updating the links takes quite a long time. I would like to automate this as much as possible. While having the main...
  6. Delano29

    Save and Close Excel with Macros

    Hi All, Is there a way to save and close Excel files using a macro? I have several linked files located on a network. The process of updating the links takes quite a long time and would like to automate as much as possible. I have used the 'Start' command to open the workbooks but stuck on...
  7. Delano29

    Link and expand combo boxes

    Hi, I am using Access 2003 and I need to link three combo boxes on a form. I have a form ‘mform’ linked to a table called ‘mtable’ the table has four columns ‘manufacturer code’ ‘manufacturers name’, ‘make’, and ‘model’. The table contains hundreds of manufacturers and each manufacturer can...
  8. Delano29

    Limit characters in Excel column

    Hi, I am using Excel 2003. Is there a way to limit the amout of characters that you could put in an excel spreadsheet column? For instance, if entering alpha numeric information in column H I don't want the user to enter more than a three character reponse for that column. I couldn't find any...
  9. Delano29

    Save listbox items to table

    Hi, I am using Access 2000 I have a dual multi select list box in a database which has over 30 different choices that the user can select in single or many combinations. I am having problems on figuring out how to save the selected choices to a table. This table(Table 2) is linked to a main...
  10. Delano29

    Return Max Numbers for a field

    Hi, I have a field that I use as a unique id/counter in a database. The field is numeric and the total length is 10 digits. The first 6 digits of the number are used to identify the departments in my company ex: 744445 (accounting department) 745587 (personnel department), etc. The last four...
  11. Delano29

    Unbound Field Move to List box

    Hi, I am using Access 2003. I would like to know the easiest way of moving the contents of an unbound field to a listbox? I have a text field called 'newdat1' and a listbox field called 'lstselecteddat' on the same form. I would like to use code in a command button to move the item. Is this...
  12. Delano29

    Paired list boxes editing

    Hi, I am using Access 2003 and I have a database that I inherited that I need to correct a few things on. I have a paired list boxes on one of the forms. The two fields are unbound. I can add items to the database by selecting items from the left side of the list and moving them to right side...
  13. Delano29

    Insert record at end of temporary table in a subform

    Hi, I am using Access 2003. The code below is attached to a command button that is suppose to attach a record to the bottom of a temporary table when pressed. The table is displayed in a subform but most of the info. to be attached in the code comes from fields in the main form. The temporary...
  14. Delano29

    Deleting All Records in a form using command button

    Hi, I am working with Access 2000 and I want to be able to delete records from a table based on the information given in a form. I have this form that the user can put in a couple of parameters to run a query. The parameters are "Userid" and "Range_Date". After the form with the user...
  15. Delano29

    Lock a single record in a form

    Hi, I am using Access 2000. I have this form that brings up selected records in a table to edit, delete, etc. I have this one particular record in the table that is linked to the form that I do not want deleted or modified by the user in any way (I am sort of using it as a place holder in...
  16. Delano29

    FILES IN BOOKMARKS

    Hello, I need to insert tne contents of an external document in a MS Word97 formfield(bookmark) using a command button. I am trying to insert the document within the field without deleting the formfield(bookmark). All the codes that I have tried so far including the following has only...
  17. Delano29

    Inserting External Document In Word FormFields(Bookmarks)

    Hi, I need to insert tne contents of an external document in a MS Word97 formfield(bookmark) using a command button. I am trying to insert the document within the field without deleting the formfield(bookmark). All the codes that I have tried so far including the following has only deleted...

Part and Inventory Search

Back
Top