User Profile
Collapse
-
so there is no reply for my query... -
well i am sorry to ask this but can u plz tell me how will i write the code as i cant figure it out....Leave a comment:
-
Isnt there any other option where the user types the record number and it previews the report...Leave a comment:
-
it is upto the user which record to view.... for the time being i am using Between command in my query but that will display all records from X to Y...
i dont want that....
plz guide me if there is a solution to it....
i will be very greatful...Leave a comment:
-
Preivewing selected records in a report
hello all!!!!
i have a program of voucher entry....
there are many records in the table Payment and voc_no is a primary key and auto numbered...
now i want only selected records to appear in my report....
like voc_no 1,4,6 on one day
or 7,8,11 on the other....
how should i do that....plz help me out with my query -
hi!!!
well try changing ur regional and language settings in control panel...
this will help u i guessLeave a comment:
-
ok i understood the problem...now i have designed my report using the toolbox
how should i redesign the report now.
how can i use the print# statement to redesign it.
sorry for bothering too much but really need your help....Leave a comment:
-
but i dont wanna print a table i want to print a report....than what should i do. and where should i write the code...Leave a comment:
-
hi thanx for ur help my data is coming from access database only....
and ya plz tell me where to right the code.
it will be a great help coz i am stuck here and the printing process has became slow. i want the printouts only in Dot Matrix printer...Leave a comment:
-
plz help me how to do the open command thing.how to open the LPT1 port for the printer....Leave a comment:
-
Printing reports on dot matrix is slow
hi i have made a data entry program and want to print my report in dot matrix printer.
but the printing speed is really slow.
but when i print my dos based reports the output is really fast.
do i need to do some settings.. plz help me out with my query -
-
Printing a MS Access report in dot matrix printer
hi i have made a data entry program and want to print my report in dot matrix printer.
but the printing speed is really slow.
but when i print my dos based reports the output is really fast.
do i need to do some settings.. plz help me out with my query -
hey thanx a lot that really worked.but instead of true i should be false.
thanx...Leave a comment:
-
when i press the save button the msg box saying that you are appending a record comes which is a default Msg in Access.
i dont want that to come instead i want that the msg defined by me should come.
this the code i am using.
plz help me out with it
Code:Private Sub Save_Enter() If IsNull(Me.Text0) = True Then MsgBox "This record is blank. Please Enter something to save"
Leave a comment:
-
-
Saving the record
i have been using this code to save my unbound form data into the table.
if no data has been entered and the save button is pressed a MSG box should be shown but i am getting an error 13
plz help me out
Code:Private Sub Save_Enter() If (Me!Text0.Name And Me!Text2.Name = Null) Then MsgBox "This record is blank. Please Enter something to save" _ , vbInformation,
-
if i use the save button to save the record in the unbound form
how will i do it with a code
will the insert into cose work in MS Access...Leave a comment:
-
close button in an Access form
hi! plz help me out with this.
i have created a small program of data entry and have this problem
well whenever i close the form with the close button on the form it saves the record.
i dont want the record to be saved withour pressing the save button.
plz give a solution for this
No activity results to display
Show More
Leave a comment: