I would appreciate your guidance on creating buttons on a form to move data to individual tables in Microsoft Access. I have a form that displays data, and I want to make four buttons (Received, Issued, Returned, and Damaged) that will move the current record to one of the corresponding tables.
This video is awesome. Sir! I have a question that, when entering a bill into database we have to inter a date along with all its particulars. What will be the solution of this? Is it possible the date is filling automatically followed by previous record (date) unless the user inter another date?
Thanks for awesome videos, needs more details. When i add Click FILE-- New then this dialogue box came but when close become error message 2165. Can solve this issue Please?
@@MCiTech thanks ur reply. I get it many many try. if cmdbtn1.visible= false then Cmdbtn1.visible = true Cmdbtn2.visible =true Else Cmdbtn1.visible =false Cmdbtn2.visible =false End if End Sub
Sir ur my favourite guru of access
Thanks for your kind comment
Brilliant idea. Thank you very much.
Bahut achha
Thanks Mister respect
I would appreciate your guidance on creating buttons on a form to move data to individual tables in Microsoft Access. I have a form that displays data, and I want to make four buttons (Received, Issued, Returned, and Damaged) that will move the current record to one of the corresponding tables.
Thanks sir..
This video is awesome.
Sir! I have a question that, when entering a bill into database we have to inter a date along with all its particulars. What will be the solution of this?
Is it possible the date is filling automatically followed by previous record (date) unless the user inter another date?
Private Sub Form_BeforeInsert(Cancel As Integer)
Me.(txtboxname)= Format(Now(), "yyyymmddhhnnss")
End Sub
try this code sir on textbox
Thank you for very interesting lesson... Please can you upload any video for Loan Amortization
Pls wait
@@MCiTech thank you & appreciated for your prompt reply
Thanks for awesome videos, needs more details. When i add Click FILE-- New then this dialogue box came but when close become error message 2165.
Can solve this issue Please?
Check your code abs try again
@@MCiTech thanks ur reply. I get it many many try.
if cmdbtn1.visible= false then
Cmdbtn1.visible = true
Cmdbtn2.visible =true
Else
Cmdbtn1.visible =false
Cmdbtn2.visible =false
End if
End Sub
That actually not working when you click New, Open, Save etc... it shows you can't hide the control that has the focus. How's that?
How the Run-time error that shows You can't hide a control that has the focus?
The videos are only for India, I think it would be better if they were in English
how to hide/disable shortMenu in ms access reports