Search results

  1. S

    Display Last Few Records

    Hi, I have a DB that Displays the table as data is being entered into it. I was just wondering if there is a way to limit the number of records being displayed rather than displaying them all so it does not bog down after too many entries being viewed. Thank you in advanced Sic
  2. S

    Auto Sending E-mails

    I have a database i am working on that deals with creating cases. the form is set up to send an e-mail to a respective person once a case is created. I was wondering if it was possible to have another e-mail sent out after a certain amount of time if the particular case was not accepted. For...
  3. S

    Removing items from combo box

    Hello, I was wondering if there was a good way to remove items from a combo box after hitting a submit button. Basically I have a list box that holds steps or tasks from a checklist and as those steps are completed id like to have them disappear. My first idea was to change the fore color to...
  4. S

    Modify Export Template

    I have a tape Label data base that exports information to a word.dot to print out labels for tapes and CD's. The information changes based on dates I input into the database then it brings me to the word.dot with the correct label info to be printed out. My issue is when it prints out, the...
  5. S

    Chenging text color after submit

    Hey guys, First off thank you so very much for all of your help, you guys have been amazing. One last question on my project, might be a big one for me but hopefully easy for everyone else. On my form I have two list boxes. One listbox holds the names of different checklists...
  6. S

    Defualt Checkbox and text

    Two quick questions I could use some help with... In my form I have a checkbox and a text area. The questions are; Whats the best wat to have the text box defualt to without a check and have the text area cleared when a submit button is pressed? thank you in advanced for your help. Sic
  7. S

    Menu bar on the form

    I know this question has been asked already but the answers I saw in the replys have not helped me when I searched this question. I would like to have the File, Edit, View menu bar actually on the form and cannot figure out how exactly to get it there. I know that in Visual Basic that option...
  8. S

    Cascading Numbers in a Table

    Trying to figure out how to edit a list of numbers in a table when adding a new item. For instance, a table for a checklist, each step in the check list has its own check list id number which is not set as a primary key. Say i have steps 1 through 10 and i wanted to add a new step as step...
  9. S

    Query from combo box

    In my database I want to be able to view a report based on a selection in a combo box. I am trying to figure out how to write a query to reference what is selected in the drop down combo box. Any help will be most appreciated. Thank you Sic
  10. S

    Query/Report/Form Question

    I am having trouble forming a query to create a simple report. The report information is coming from two different tables I beleive. My ultimate goal is to create a report to veiw Task Names from a specific Task List. On the form I want to select the task list from a combo box and report all...
  11. S

    Remove Item From ListBox

    Hello, I have a form question about altering a list box in a form. The situation I have setup is I select an item from a list box which then populates a second list box. I then choose an item from the second List box. When clicking a submit button its populates a separate table as a task...
Back
Top Bottom