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 Wanet Telecoms Ltd 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. Angelique21

    Input Mask

    Hope someone can suggest a way of how to go about this situation: I have a Proforma Sub Form that has a Proforma No with input mask "PI"00/000;0 and then on the Proforma Form there is a combo box, used as a Search Facility for Proformas, having the same input mask "PI"00/000;0 The problem is...
  2. Angelique21

    Formatting Page Problem

    Hey maybe someone can help me... When running a report, sometimes I get Formatting Page..Press CTRL+BREAK and then gets stuck. This is happening when the report runs and I have to move to Page 2 or Page 3 of the Report. Any suggestions about it. Thanks.
  3. Angelique21

    Signature associated according to UserID

    Hi all, hope someone can help me with this: I have an Order Form that once all details are filled in, the user chooses to view the Preview (REPORT) of the Order. I have a table called USERS where it stores the USERID thus it is able to configure who is logged in the database. When clicking...
  4. Angelique21

    Continuous Forms

    I have a Continuous Form and the first Field of the Form is the Order number having Input Mask "A01-07-"000;0; I want to make the last 3 digits of this field to be written down automatically and incrementing the number, once the user goes to the next line. Thus : Line number one in the form...
  5. Angelique21

    Parameter Query

    Hi All, I have an Order Form that when the user chooses to Preview the Order Report ; a Parameter Query will pop up, asking the user to enter his Initials if he wants to have a Scanned Signature (stored in a folder as jpg) on the Order. This query is stored in the control source of a sub-report...
  6. Angelique21

    Form different sheets

    I need some suggestions of how to go about Forms. I need to create something similar concept as SpreadSheet having different sheets which one can switch through. Every sheet contains a number of fields and all fields are the same except ONE field being the Order No. For example in Sheet 1 ...
  7. Angelique21

    Number generated automatically

    Hi All, I need to generate a number that each time increments by one, that is takes the next number in line. For example I have an OrderNo Field that each time the user wants to create an Order he must first book the next Order Number in the Form. The Order number thus must be unique, in...
  8. Angelique21

    Exporting a report into rich text document

    Hi is it possible to export a report in rich text document that includes also any lines or pictures attached in the report? because as soon as i am exporting the report into RTF it only includes the text and eliminates all the report formatting. thanks for any help
  9. Angelique21

    Report Filter using a Form with combo boxes

    Hi, I am trying to filter a report by Form using combo boxes. On the form it contains 5 combo boxes that according to the user's preference it will filter the report. Below is the code under ONCLICK BUTTON TO SET FILTER: Dim strSQL As String, intCounter As Integer 'Build SQL String For...
  10. Angelique21

    Filtering Report by Selecting Columns to be Printed

    Hi can anyone tell me whether it is possible to filter columns on a report to be able to print only the selected fields?! that is you have a table for example with fields company name , telephone, address, mobile and this develops a report with a list of details, having as column headers name...
  11. Angelique21

    copying previous data (cloning)

    Hi, hope some one can help me as i am still a beginner. Form 1 is a continuous form where it can handle a list of containers. Near this list there is a button called Transit Details that when clicked it opens in another Form that is Form 2 .Form 1 and Form 2 use the same table for storage that...

Part and Inventory Search

Back
Top