Search results

  1. M

    StockTake Form

    Hi I'm having problems trying to design a stocktake form. I need a form that displays all parts from my parts table with a box next to it, which will be used for stocktake quantity. After the quantity are updated the information is saved to the stoctake...
  2. M

    Stock Control Form

    Hi I'm trying to design a stock control database, I could do with some help, I would like a form that looks like this Date (Today) Title - Part Name / Part Code / A Shift / B Shift / C Shift / D Shift Lists part 1 / code 1 / qty box / qty box / qty box / qty box part 2 / code 2...
  3. M

    Multi-Select Listbox & Update

    Hi I have a list box called listSNRT on a form, with a button at the side, when I press the button all selected values in the listbox updates. The listbox has a column called completed, which is yes/no. When I press the button I need the column value to change from no to yes. Now how do i...
  4. M

    DateAdd & UnboundBox

    I trying to use the following formula to add the date, looking up a valbe from another table =DateAdd([Frequency]![FreqValue],[Frequency]![FreqInterval],[Last Date Done]) table 1 task start date freq table 2 freq=fornight freqvalue=d freqinterval=14 anyone see where i'm going wrong?
  5. M

    Maintenance Scheduler - HELP

    Hi I'm trying to make a Maintenance scheduler, the task are repeated every week, monthy, quarterly, bi-monthly, or yearly. how do i get the database to repeat tasks after their due date has expired? for example table TASK-overhaul machine FREQUENCY-monthly START DATE-1st/jul/07 DUE-(start...
  6. M

    text box question

    hi i have a text box with a button at the side that opens a form, from a list box you select a task, this info is then transfered to the orginal form and put into the text box i would like another text box below that text box, when there is a task in box above, the task desciption is in the...
  7. M

    Need Help With Combobox & Listbox

    Hi I have a combobox on a form, with you press the down arrow, a new form opens with a list box. I have a button on that form to select the value from listbox and transfer it to the combobox on previous form. So what code do i need for that select button to transfer value from list box to...
Back
Top Bottom