I am getting the result Your entered data is invalid or result not found but here another message shows " The OpenReport action was canceled "
I was created this report base on two fields. That mean when i run the report i have to input two value.
I create a VB program in my report that when search data won't exist then it 'll give "Your entered data is invalid or reult not found" but here a problem
that is Method or data number not found
My program
Private Sub Report_Open(Cancel As Integer)
On Error Resume Next
If...
I create a query by writing on criteria [ Enter your id : ]
When i run this query it shows Enter your id with the title Enter your parameter value. I wanna set the title as my choice.
How to will i do?
This is my program. How will i solve this? Actually i am not expert in VB
Private Sub Command31_Click()
If Me.valita = "1234" Then
DoCmd.OpenForm "Main"
DoCmd.Close acForm, "Log"
Else
MsgBox "::. WRONG PASSWORD .::"
End If
End Sub
I create a VB program for my access with If then Else
condition. When the condition get false then it
gives a message "WRONG PASSWORD". Here my question
It shows on title bar Microsoft Access. I wanna
set a title whatever i like.
Is it possible?
hi,all db spec.
i wanna off my all db front end,back end componet. actually it can be with password. that mean when a user will try to open my report,form etc in design view it will need pass for open.
would any body help about this task?
i have a command button in my form. it has a macro on click event for another form open. the command button usges 1 time for 1 day. so i wanna after one time click it will be hide from my form for today. it will show on my form nxt day. is it possible?
i made a db with access 2003. i wanna give a validity time like 1/2/3 etc month. after the time expire it will show “Database validity has expired,please contact with us”
how to will i do?
plan
i wanna a condition in my unbond text box in my report. the plan is, if condition true,true msg will show in unbond text box else nothing will show in unbond text box, i mean it be hidden.
is it possible?
I have done my work.
I have been try for this problem 3 hr. At last i have completed my task without any VB.
at first i created a field in my query abc with the condition
abc: IIf([GradePoint]="0.00",1,0)
Then i have got for 1 every 0.00
Then i create a unbond text box (name: Text12) in my...