Recent content by Mikk

  1. M

    Windows Explorer on Form

    Ive got a web browser in a form, you use the extra active X part on the control box to find microsoft web browser then simply drag the area you want to have the browser
  2. M

    Newbie Problem

    base this for on a query and set paramaters
  3. M

    How to stop a form from closing if some essential fields are not populated

    This might help? http://www.access-programmers.co.uk/forums/showthread.php?t=105146
  4. M

    Outputting report to file

    if you want to send a report to a file, simply attach a button to a form, using the wizard then go to report operations and then under the actions select send report to file...self explanitory from then on!
  5. M

    Using Count IF in Report Field

    OK, i'd do it this way: "Count IIf ([status]="In Progress"," ")"
  6. M

    Customised message on each report..

    The file is way too big to attach, it doesnt matter guys, i'll list it as a limitation for my project, thanks very much for the help tho! much appreciated!
  7. M

    Customised message on each report..

    Thanks for the reply three crow, i'd already done as suggested but when i preview it the box comes up with #Name?, maybe it will change when it prints but as i have no printer at the moment, i cant tell.... Any input?? Mikk
  8. M

    Customised message on each report..

    Not too familiar with the page events. Basically what i want to do is: -From an unassigned text box in a form, text is written and then when a button is pressed the text from the form is sent to another text box on a report that is then printed... Any ideas??
  9. M

    Customised message on each report..

    Anybody?!:confused: :confused: :confused: :confused:
  10. M

    How to stop a form from closing if some essential fields are not populated

    why not just make the fields "required" in your tables? that would prompt you to fill the field before it closes.
  11. M

    Customised message on each report..

    Id like to get a message on each report i print with the message text being entered from a form, without saving the message, would this be possible? Thanks for you help!
  12. M

    Built in "find button" question

    Hey guys So ive stuck a button onto a form.. so it searches through the records- just standard like when you press Ctrl+F in word, i was wandering if you could lock the properties in the box that coes up when you hit the button, or its it just a standard thing that cannot be edited? Thanks Mikk
  13. M

    Problem Storing a value calculated by unbound text boxes

    Decided to change my form around and do it a different way, thanks for your help RG!
  14. M

    Problem Storing a value calculated by unbound text boxes

    I just thought it would be better that way, what would i need to put in the before update event? atm i have the boxes set control source like: =IIf([Name of Yes/No field]=True,15,0) and the calculating unbounded box: =[Text38]+[Text40]....etc. Thanks for the reply RG! Hope you can help Mikk:D
  15. M

    Problem Storing a value calculated by unbound text boxes

    I have 3 values in unbound text boxes and a 4th text box that is calculating the sum of the first three text boxes, i need the result of the calculation to be stored in the field "Total Cost" that is also on this form. Any ideas Cheers Mikk
Back
Top Bottom