I'm trying to edit a database that was given to me from many other past programmers.
When trying to run some code from a form, I'm getting the error
Can not file project or Library
on the line
Dim db As Database
DAO is listed and checked in the references, so What's causing this?
Thanks...
...[ORDER DETAILS] ON ORDERS.[Order Number] = [ORDER DETAILS].[Order Number]
WHERE (((ORDERS.[Cust ID]) Like [Forms]![Product Reports]![Cust ID] & "*") AND ((ORDERS.[Princ ID]) Like [Forms]![Product Reports]![Princ ID] & "*") AND ((ORDERS.[Ship Date]) Between [Forms]![Product Reports]![Start...
there's two things i can say here...
if you are using a bound form, i wont be able to help at all, sorry...
if it's an unbound form, then when you're populating the drop down, check to see if there's a value from your datastore in that field first.
such as
if isnull(your variable or...
I'm not exacly new to asp.net and vb.net, but i only do what i know how.
I was just asked to be able to upload an excel file to import to an online database. the data access stuff i don't have a problem with right now, what i'm having a problem with is being able to upload the excel file...
I've been tasked with making an application that can read a digital certificate of the user (stored on a cac card tokin) and then pull out the person's name from it... The middle ware is NetSign CAC. I can't seem to find any information on their website for program development.
Is this...
That looks like it just verify's the the encryption certs are valid and usable to encrypt... I'm looking for a way to pull identity information from a certificate... The user computer will have both email, and an identity certificate on the computer...
--James
I've been tasked with making a VB.Net application using Visuel Studio that can read a digital certificate of the user and then pull out the person's name from it...
Is this possable, and if so, would you be able to point me in the right direction to get going??
I'm not a good programmer, I've...
I need to setup an off site proxy to reach some of the web site I visit, like this one. The reason my it people gave me is that "Chat" site are to be banned from all interenet access at my office. I have a computer at home with windows xp pro and was hoping that I could use that with iis...
I havn't been around on this site for a long time... I know very little about what you are tring to do, but it sounds a little like a server farm(even though that would be much bigger), the information you find if you look that up might help you solve your problems...
if it came down to it...
ok, Thanks...
I'll reconsider this route and talk to a few people at the office to see what they think...
Thanks a bunch!
--James
junior1544@jmjpc.net
Life is change. To deny change is to deny life.
I havn't heard the term Split Tunneling befor, Could you describe it a little for me??
I wasn't asking for all of those things, any one should do. Also, I have a static IP at home, so it can be blocked at a few levels for any one but me...
--James
junior1544@jmjpc.net
Life is change. To...
I hadn't thought of that... I'll look into it a bit...
Any thoughts on a web proxy that'll work, is cheep/free and easy to configure??
--James
junior1544@jmjpc.net
Life is change. To deny change is to deny life.
The firewall is now off, it's still not working...
the protocal is pptp...
Any other possabilities?? I tried looking at ics, but i can't enable it because I only have one nic in the vpn server...
--James
junior1544@jmjpc.net
Life is change. To deny change is to deny life.
I have a bit of a problem...
Relevant information:
All operating systems involved are Win xp Pro.
At home I use a soho router.
My problem is that I need to be able to use the internet connection from my office from home because I need to be able to access certain web sites from home...
Yes... But then how do I get it to return the other fields as well?? I need a table returned to my app that has those different fields... Even if just the name is the distinct??
Thanks.
--James
junior1544@jmjpc.net
Life is change. To deny change is to deny life.
I have a sql question... Here is the sql statement I currently have:
SELECT DISTINCT Gate.Name, Gate.Organization, Gate.PlateNum, Gate.PlateState, Gate.REC_ID FROM Gate;
REC_ID is a random number generated for easier record reference...
What happens when I use this statement, it returns all...
That does return everything... But it's not exacly what I need...
it's close though... And thanks for helping... I'll try to refine it a little better...
the way you describe, it will return the same person multiple times... I just need each person listed once, with the latest info...
That looks great...
How would I go about having it return a few other fields with that name aswell...
Just fields such as Phone number or other things...
I'd like to have about 4 more fields that are already in the database included... They would not be sorted against, or part of the top 10...
I have a table that contains a list of people and every time they've logged some thing. Sorta like a history table.
What I need is an sql statement that will return the top ten people that have the most records...
The data in the following fields can be the critera for for if this person has...
I have a situation where there is a stand alone pc running win xp that needs to be setup rather securly... to many people use it and i've had to come in and repair it to many times... I have instituted a policy where any one that will use it get's a login name and password...
Now that the...
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.