↓ Skip to Main Content

Blackcat Software

Main Navigation

  • Home
  • What We Offer
  • Products We Support
  • Contact Us

Tag: MS Access

[GUIDE] Refer to Microsoft Access Form, Subform properties and controls

By Dave Posted on 05-Nov-2013 Posted in Access 2010 No Comments Tagged with Controls, Form, MS Access, Properties, refer, Subform

For these examples:   Mainform is the name of the top level form Subform1 is the name of the subform CONTROL on mainform Subform2 is the name of the subform CONTROL on the 1st subform. If you are on Main …

[GUIDE] Refer to Microsoft Access Form, Subform properties and controls Read more »

How to determine the next specified day’s date.

By Dave Posted on 25-Oct-2013 Posted in Access 2010, Windows No Comments Tagged with MS Access, next day, VBA

To determine next Thursday’s date: Use: Dim dt as Date dt = NextXDay(vbThursday)   And the function: Function NextXDay(ByVal vbDay As Integer) As Date Dim newdate As Date newdate = Date + 1 NextXDay = newdate + (vbDay – DatePart(“w”, …

How to determine the next specified day’s date. Read more »

© 2023 Blackcat Software | Powered by Responsive Theme

‹ › ×

    ‹ › ×