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

  • Users: sync123
  • Content: Threads
  • Order by date
  1. sync123

    Jar file problems

    Hi , I have created a java application in eclipse. My application uses some classes present in jar files. When I run my program, eclipse sets the classpath to point to these jar files.One of these files is classes12.zip that contains the oracle driver.My application works fine when I run it in...
  2. sync123

    Using one report as 3 diffferent subreports

    Hi, I created a report which is based on a cross tab query and it is based on one particular col in my table. Now I have 2 other reports which are exactly the same but just picking up a dif col from the table.So I just used the same report and change my record source depending on the report I...
  3. sync123

    Grouping in cross tab queries

    Hi, I have a table that I have created from a query with the following fields sort group_name Area month_actual summary 1 M of H Seniors HC 5 funds 2 OHIP Branson 332 other suppl 3 Emp benefits Branson 66 salaries&Wages 4 M...
  4. sync123

    Subreports

    Hi, I have a table that contains the following fields ---------------------------------------------------------- name actual budget summary sort -----------------------------------------------------------'m of h' 10.0 20.0 'revenue' 100...
  5. sync123

    Report Source

    Hi, My database consists of a fin_Account table that contains the following fields -account which is of the format ###-##-###-######-###-#-###### -account description -month_x_actual which refers to the balance for month x -month_x_prev whic refers to the balance for month...
  6. sync123

    Report source

    Hi, I have an unbound form that I use for data entry into a table called tblPatient. The table has fields like last name, first name,dob,phone .. After the user fills the form they click the "save+print" button. When the "save+print" button is clicked ,I execute an sql...
  7. sync123

    refreshing a form

    Hi , I have a form that the user uses to enter information into a table. When they click the submit button on my form a record gets inserted into the table. Now I want to refresh all the fields in my form so that the user can start entering information about the next record. I searched the...
  8. sync123

    onLoad Event

    Hi, I have a form that users use to input information into a table. I created a field in my table called id this is the primary key. I want this id to start from 10,000 and keep incrementing everytime a new record gets stored. I didn't want to mess around with auto number. This is how I am...
  9. sync123

    Setting a max size for a text field in a form

    Hi, I have a form that users use to enter data into a table. I want to limit the size of some of the textboxes in my form. Reading prev related posts ppl had mentioned that instead of restricting the size of the text field change the length in the table field for the form. I cannot do this...

Part and Inventory Search

Back
Top