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...
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...
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...
Hi,
I have a table that contains the following fields
----------------------------------------------------------
name actual budget summary sort
-----------------------------------------------------------'m of h' 10.0 20.0 'revenue' 100...
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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.