Hello All,
I have a subform that acts like a grid that displays 24 command button ( 4 Rows and 6 columns)
tblCmds
cmdID Short Text
cmdCaption Short Text
cmdPhotoUrl Short Text
Private Sub Form_Load()
On Error GoTo FormLoadErr:
Dim ctl As Control
Me.cTemp.SetFocus
For Each...
Hello All,
I have an unbound form called Recs with 2 unbound textboxes
Textbox1 called ProductNo
Textbox2 called ProductCode
Textbox1 has the ProductID from the Products Table already filled in
I am trying to fill in Textbox2 with the ProductCode corresponding to the ProductID from the...
I have a form that displays a Gridview-like with 20 button controls (displays different products with the name and image)
I have several other button controls which represents Categories and when click calls this function "Call Display_Products"
Function Display Products
w = 0
q = 0
For z = 1...
Hi,
I have a Main form "ManuF" and a subform which is a Tab form "Jobs".
I have no problem printing this report "repFileCover" from the Jobs form when this form is opened by itself
OnClick event: DoCmd.openReport "repFileCover", acViewPreview
Query behind the "repFileCover" below
SELECT...
Hi,
Could anyone explain why this happening with Access 2010? This code works with Access 2003 but since I've changed over to Access 2012 I am getting this error now even with the use of dbSeeChanges.
“ You must use the dbSeeChanges option with OpenRecordset when accessing a SQL Server table...
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.