My partner and I have a Treo 650 and we would like to be able to have its calendar sync to another calendar (either web based or on a pc that is connected via DSL), but I do not have an exchange server, or any server set up.
Ideally I would be able to make changes to the calendar on my treo...
If you are still having the issue with your report, I would suggest going a slightly approach.
On Print (in the detail)
if me.type = 0 then me.description.visible = false
if me.type = 1 then me.description.visible = true
or vise versa depending on which value means what.
I am having the same problem. The table (TBL) I am pulling records from has about 3.9 million records and about 60 fields for each record. I have 4 non-clustered indexes on fields A, B, C, and D. There are no other indexes on the table.
A being a unique field to the record, but not a unique...
I have a couple MS access aplications that I have developed to be used by clients in managing their data. I have split these applications into a front end (containing only forms, reports and a scratch table) and a back end (containing the data in various tables).
Currently both front ends...
You probably don't need this, but I've found it helpful in the past.
I've had trouble with the "If value = "" or isnull(value) = true then..." statement. The way I've gotten around it is to not use value = "", but instead use len(value) < 1. I have found this to...
Is it correct that you need to purchase both TS CALs and regular User CALs or is a user CAL "included" with the TS CAL?
My Server 2003 came with 5 client licenses, which I learned are not for TS, but just to allow 5 users acces to the box. So it is my understnading that to set it up...
FYI- It does appear to need active directories. You can create an OU within the users and grouips management console. The created OU can then be set with its own group policies. It is actually rather straight forward once I switched the server to active directories.
How do I set or change a OU? I am currently not as active directories, does this make a difference? Should I change to active directory?
I appreciate your help on this.
Jay
I'm looking to set up a custom user environment when users log in via Terminal Services.
Ideally a user would log into my server and an application will automatically start up. When the user exits or closes the application it forces a log off from the server. The user has no interaction with...
What OS is your laptop running? The new windows OS should automatically enable local printing while using terminal services. Not that it helps any, but Server 2003 does enable client printers and drives. I was told that server 2000 does as well.
i don't know if you are still interested, but I was able to overcome this problem by using the following steps.
dim curplace as variant
1. On textbox lost focus
curplace = me.textbox.selstart
2. On click of button
after buttons action... me.textbox.setfocus
3. On textbox get...
Ok.
I think I completely misunderstood PHP. My thought was that it could be the intermediary between MySQL and MS access, as the ODBC drivers currently do.
I gather from your reply that PHP would be used to create a completely different kind of front end?
On my DSN configuration I have "Don't Optimize Column Width" and "Return Matching Rows" checked, and everything else is left blank.
Also I have tried where I create a DSN file (?) and as a System Data source, do either of these work better than the other?
Thanks
I have successfully created pass through queries, but it doesn't seem to have solved the problem. Using the ODBC driver linked tables or the pass through queries work with a smaller back end, but it still just hangs up with a larger data set.
Could it be a timing out problem? When I just run...
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.