python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Formatting Mac Address in MS Access
New to MS Access. Had a question regarding formatting of a MAC Address in one of my Access forms. There is a field I have set up using an input mask aa:aa:aa:aa:aa:aa;;a where users can manually enter...
AAA
Votes: 0
Answers: 1
Select top n (variable) for each criteria in a table based on another table
I want a VBA code to make a query to show Equip with Top ActiveTime for each ModelID (from 1st table) based on TopN for each ModelID (from the 2nd table), I know i have to use QueryDef and Sql VBA but...
MMN
Votes: 0
Answers: 1
How to read/set Excel Textbox property from MS-Access VBA
I have a simple Textbox in Excel worksheet (.xlsx) where I can read the BackColor property in Excel VBA sub with:
Debug.Print TextBox1.BackColor
I'm trying to reference that same textbox from MS-Acce...

dbmitch
Votes: 0
Answers: 1
Access/MS 365 for Enterprise: Find specific text within a string in an Access table's column and update each instance
I have a file with 80K+ records that I compare to another file in Access to find address changes. The problem is that the data in the address columns are not apples to apples, so using queries I chang...
karin21201
Votes: 0
Answers: 1