I was wondering if anyone has tried using the Outlook 2000 client with Exchange 2007?
Microsoft says they didn't test it but it may be compatible.
http://www.microsoft.com/exchange/evaluation/clients.mspx
Another option is converting it into an icon and making it transparent. Depending on if your button is larger than your image it may look off a little the transparency from an icon on a button leaves a haze.
One more thing is that when it creates the serial numbers it takes out the "-". The format is 5?-????? "56-12345" 5 never changing and 6 being the year.
Alright I got it working pretty much the way I just can't get it work with a relationship between the tblOrders & tblSerial relationship being between Order# & Serial#. I need these linked together so you know which serial numbers are which.
Ok got it past that point now on two errors. If I use a letter with numbers in the autoOrderID field I get runtime error 13 type mismatch on
Call mdlMakeSerial.makeSerial("tblOrders", "Serial#", quantity, serial, CInt(position), Me.autoOrderID)
With numbers only I get runtime error 3265 item...
Yes, sounds like were on the same page here. Adding the beginning serial number and quanity should work and make a new entry into the tblSerial for each to fill it up. The main table is tblItems with Order# related to Serial# in the tblSerial. If you could help with the VB part that would be great.
Creating a new database and for the Data Entry I need to have a beginning serial number and and ending serial number. Say the sale was 50 orders (beginning serial)55-12550 through (ending serial)55-12600. How can I have it automatically enter the numbers between the beginning and ending serial...
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.