python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Is there a way to get a Bit field in SQL (non transact)
Let's say the field comes with a number like 134479872, I'd like it to revert back to 0xffffffff and extract each pair like Oxff00000, 0x00ff0000, 0x0000ff00 and 0x000000ff in a separate field. The bi...
VBSMartin
Votes: 0
Answers: 1
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
Showing converted Hex/RGB color samples in a MS Access form with continuous rows
I am having a single ms access form with two unbound text boxes where I am showing two variants of PANTONE colors which are converted from Hex values to RGB (BGR) values in two public functions. I hav...
Lasse Staalung
Votes: 0
Answers: 2
Search between dates in an Access Query
I'm working on my capstone project where I'm making a database for a facility to log fall, abuse, and behavioral incidents. I want to give the user the ability to search by certain criteria in a date ...
award19
Votes: 0
Answers: 2