Viewing 15 posts - 16 through 30 (of 105 total)
Hi,
This is not something i've heard of -or can find mention of else where - so i have three suggestions.
1. Check that the datasource is correct i.e. that the data...
July 14, 2008 at 7:17 am
Lynn Pettis (7/9/2008)
Clive Strong (7/9/2008)
But yes, the price of petrol is a killer...As I catch the train, I rarely use the car...
July 9, 2008 at 8:51 am
Hi,
I've done the work from home bit- only a couple of days a week - and remote office working on my own neither of which i enjoyed. For the...
July 9, 2008 at 3:46 am
Just to add to the misery 🙂
1 litre of diesel here (UK) cost £1.33 ~ $2.58 give or take a cent
That makes an Imperial gallon [4.546 litres] cost £6.04 or...
July 8, 2008 at 10:34 am
Hi,
65 miles each way 🙁 Just outside of Cambridge to North London (West on the A14 ->South on A1). It takes anywhere from 65 to 120 mins but avgs about...
July 8, 2008 at 6:49 am
Hi,
Expanding a little on the above suggestions. This will create 1 file containing the SQL of all the queries in the database it is used in.
Works in 2000 and 2003.
HTH
K.
Public...
June 27, 2008 at 7:54 am
Hi,
I think the best you're going to get is using the Keypress event of the text box you are typing into.
Assuming i've got your hierarchies correct
[Code]
Private Sub ExternalTechnical_KeyPress(KeyAscii As Integer)
Dim...
June 10, 2008 at 3:16 am
Hi
I have had this happen with 1 of my app's which i've written to allow users to autosync objects i.e. forms and reports from a master copy on our network...
June 9, 2008 at 9:57 am
Hello,
This should do what you want.
Run This once to create the table which will store the data
DoCmd.RunSQL ("CREATE TABLE TBL_TABLEINFO (TABLENAME Text(30) NOT NULL, TABLEROWCOUNT...
June 4, 2008 at 3:58 am
Components could fail, and it would seamlessly adapt without any downtime or any admin intervention. And no query or workload would be too big for it, because to get more...
May 22, 2008 at 3:15 am
Hi
There is already a company that follows that model, Oracle. I'm sure I’ve read a number of articles on here suggesting with some justifiable pride that SQL Server DBA's are...
April 28, 2008 at 9:37 am
Hi,
Patching to SP1 may resolve some responsiveness issues however i suspect that Access 2007 is a resource hog. I've only run some small tests as we have no intention of...
April 22, 2008 at 5:35 am
Hi,
Rather than looking at Access as the problem perhaps someone should question the implementation.
Why do you need to be able to look at 13,000 records at one time?
An assumption here...
April 17, 2008 at 8:00 am
Hello,
I have to say I would wait until the vendor has finished working on the DB. Unless they are not touching the same areas of the DB as you intend...
April 10, 2008 at 10:23 am
Tom Garth (3/6/2008)
Karma (3/6/2008)
Interesting topic 🙂
Does anyone else think it's slightly obtuse to spend time creating naming standards for tables and then alias them in code with something so meaning...
March 7, 2008 at 2:17 am
Viewing 15 posts - 16 through 30 (of 105 total)