| Thread | Last Post | Replies |
|
| Many strSQL | 21 Jan 2008 02:49 GMT | 14 |
Hello Forum Members: I have many strSQl lines as follows: ~ ~ ~ ~ ~ ~ ~ ~ strSQL = "SELECT * FROM Declension where Preposition_I like " & strCriteria
|
| Null value field | 21 Jan 2008 00:59 GMT | 1 |
I would like to find out whether a field has a value i.e. is it null. What is the syntax to do that? Samuel
|
| Newbie - Exit w/o updating | 21 Jan 2008 00:23 GMT | 8 |
I have a new database and I want to give the user a chance to exit the form without the info they have entered into the controls being added to the table. There are 5 controls but when they select the exit button, anything that they have entered still gets saved to the table. ...
|
| Tecnologia | 20 Jan 2008 23:23 GMT | 2 |
From: "CatQM" <CatQM@discussions.microsoft.com> Subject: Time format: 0### Date: Friday, January 18, 2008 10:10 AM I have imported data into Access with 24 hr clock times (just numbers, no
|
| Cascading Combo box | 20 Jan 2008 23:08 GMT | 8 |
I have 2 lookup tables - one for Cost Codes and the other for Expense Account Numbers. I have two combo boxes on the same form - cbxCostCodes and cbxExpenseAccountNumber. Depending on what the user selects in the first combo box (cbxCostCodes), then I want the second combo box
|
| vb.net equivalent | 20 Jan 2008 22:45 GMT | 2 |
I am synchronising one access db with its master via the below code; Dim dbSynch As DAO.Database Set dbSynch = DBEngine(0).OpenDatabase(<path local>) dbSynch.Synchronize <path remote>
|
| Problem replicated db | 20 Jan 2008 22:43 GMT | 8 |
There seems to be some problem between the replica master and its replicated copies. What is the method to set the db back to normal and re-replicate? Thanks Regards
|
| Auto Fill in Continuous Form | 20 Jan 2008 22:39 GMT | 1 |
I am using Access 2003 I have a subform that lists employees by name. The data source for that subform is from an "Index" table that lists all employees. There are usually a total of at least 14 employees in the Index, and every day a new entry is
|
| Many to Many relationship | 20 Jan 2008 21:55 GMT | 5 |
Can someone please explain to me how to create a data entry form based on a many to many relationship? I know how to create the relationship but can't figure out how to create the form to populate my tables. I know how to create a one to many relationship and display the many ...
|
| pages will not load | 20 Jan 2008 21:46 GMT | 1 |
The computer connects to the internet and my messengers connect but when i pull up IE7 and type in an address the page comes up to connection error. How do i fix this?
|
| relative vs absolute paths for images | 20 Jan 2008 21:43 GMT | 3 |
I am doing some experimenting and I am having problems displaying images with a relative path. In the Northwind sample database (Access 2003), there is an Employees table that has a field named Photo. The external photos are in the same folder as the database so just the file ...
|
| Microsoft has no scruples | 20 Jan 2008 21:41 GMT | 6 |
http://support.microsoft.com/kb/237377 The script in this example does not work. It will work with just one country but that is it. The countries seperated by a ; does nothing. It will find the first country in the semi-colon delimited list but the rest of the
|
| E mail attachment in Vista | 20 Jan 2008 21:28 GMT | 1 |
I have Windows Vista and am having trouble opening e mail attachments in Windows Mail. I am novice so any help would be appreciated.
 Signature Joe Vancura
|
| Searching for Bitmap image file path | 20 Jan 2008 20:50 GMT | 3 |
I am using Access 2003. In the Northwind sample database, there is a table named Categories and it has a field named Pictures. In Datasheet view, the Picture field for all the records have the words "Bitmap image." Each record has a different picture. I cannot figure out how to ...
|
| Sorting two time fields in the same record | 20 Jan 2008 20:34 GMT | 5 |
Hi, I have two time fields within each record of the database. Is it possible to interleave the times from each recordso they are sequential. e.g. Record1, Time1 = 12.00 Time2 = 13.00 and Record2 Time1 = 12.30 Time2= 14.00
|