I have a problem where I want to be able to call a calendar control from any form and pass that forms name and the name of the text box to update with the calendar's value.
I have tried assigning the name of the form/textbox to globals. My problem is that I dont know the method to reference a...
The biggest bar code vendor is Symbol and you will use it exactly like a keyboard just scan something when you are on the field, and it will input that data directly to the field as if you had typed it!
Check the link below!
http://www.symbol.com/products/barcode_scanners/barcode_scanners.html...
Sorry about the delay!
I have been away for a few days...
I know of someone who is doing something very similar to this and will check into it for you! Long Live Motor
Do you mean so that when you bar code scan something it will be directly recognized by Access?
Please be a bit more specific with your question please! Long Live Motor
Go to Start > Programs > Microsoft Access then left mouse click.
When Access opens select More Files.
After you browse and locate the file then select it and the open button will have an arrow next to it.
Are you using 2000 or 97? Long Live Motor
open Access from the start menu then open "More Files", then when you find what you want click on it once, then click on the small arrow next to the Open button and Open Exclusively! land of milk and Honey
use the object's Top property and change them as you have others disappear...
or you mite consider putting those at the bottom in the first place?? land of milk and Honey
whoops forgot the explanation
make a boolean type variable and name it totalrecords (or replace the code above with you custom variable)
this one above makes a nice grey and white alternating record count...
easy on the eyes and professional looking land of milk and Honey
If totalrecords = False Then
Detail.BackColor = 16777215
totalrecords = True
Else
totalrecords = False
Detail.BackColor = 12632256
End If
land of milk and Honey
track the resources used for certain projects by nasa...
resources can be people, materials, etc...
link them all together so that you can show relations of project costs etc... land of milk and Honey
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.