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

  1. McCloud77

    GroupHeader Challenge

    The idea is simple as follows: Regular report with a group header based on the field (Name). This Name group header contains two fields, one is the employee Number and the other is the Name field itself. The Detail section contains some fields based on a query. The question is: Thru VBA...
  2. McCloud77

    Crazy Mouse Sometimes!!

    While working on my new PIII LEO computer, sometimes, and while clicking the left mouse button, a right click action is performed, I keep clicking the left button and the right action continues. I go around the problem by clicking the actual right-button and then click the left button and then...
  3. McCloud77

    Script file gets downloaded??

    I collected a lot of info about cgi and perl. At the end I could sew things together. I designed the form, in the Action keyword I put the name of the script file (.pl) that should run when the Submit button gets clicked. What happens is that the script file gets downloaded instead of being run...
  4. McCloud77

    Datasheet Column Alignment

    Hi Folks, I need to change the text alignment in datasheet view (left, center, or right). My default is left justified and I couldn't find how to change it. Thanks
  5. McCloud77

    Suppress System Message

    Thank you all. It worked very good. I did it as balor suggested; Off then On again. Do you think another type of warning (beside the confirmation message) may be suppressed? i.e. is it a safe practice to do the thing this way. Thanks again,
  6. McCloud77

    Suppress System Message

    Hi Folks, I invoke this sub from a form to append a record into a table. This table is the data source of a subform on my form. I prepare the data in the form and then pass it to the subform through updating its source then refresh the whole thing. Private Sub btnAddToInvoice_Click()...
  7. McCloud77

    Printing the same thing many times

    Thanks Aivars and Joe for responding. Before posting my inquiry, I was trying to do it in a similar method to Joe's but in the OnFormat Section. I used Joe's and worked so smoothly. Thanks again ...
  8. McCloud77

    Printing the same thing many times

    Suppose I'm recieving items in different quantities. I give each item an ItemNumber unique to my job. I want to print labels to stick on those items. In my table I have the ItemNumber and the QTY of each item. Q: what to put in the report so as the label is printed many times (=QTY). QTY is...

Part and Inventory Search

Back
Top