| Thread | Last Post | Replies |
|
| Write conflict error with ODBC link table | 19 Feb 2008 10:28 GMT | 2 |
I have migrate my back end access tables to SQL Server. While editing data (ODBC link) from form, I receive Wirte conflict error 'The record has been changed by other user... Copying the change to the clipboard...'. The error allow me either copy the info to clipboard or drop ...
|
| Importing access db into sql | 19 Feb 2008 09:46 GMT | 2 |
I am new to this. I am not sure to post here or sql so I am starting here first. I am hoping someone can tell me on how to best handle a current access db (2007) and import to lastest sql 2005. There is no current sql database except to run Moss2K7. Are there any known ...
|
| Access Bulletin Board? Acess/Excel Jobs? | 19 Feb 2008 07:28 GMT | 7 |
Just wondering if anyone might know of online resources providing info pertaining to Access or Excel software positions. How does a person go about finding such positions? CareerBuilder, Monster, HotJobs? Is there someplace more specific? Is this the kind of thing that generally ...
|
| Data on internet | 19 Feb 2008 06:20 GMT | 3 |
Is it possible and practical to store all the data for a project on the internet so that a select group of people could access and update the data? Would I need extra software to achieve this aim? Where should I start reading?
|
| Displaying the RecordCount | 19 Feb 2008 02:15 GMT | 3 |
I have a form where I removed the navigation bar and have a label to print the record number using :- Me.lblRecordNumber.Caption = "Award Record number: " & [CurrentRecord] It's printing unexpected results though, is this the correct variable to use
|
| Office Update 2007 error message... | 19 Feb 2008 02:10 GMT | 1 |
Hey, guys, how's it goin'? As for me, I'm having trouble getting through this error. To start this off, I have Office Ultimate 2007 SP1 and wondering why Office Update won't work? The error message says, "The operation has been canceled
|
| SubForms | 19 Feb 2008 01:54 GMT | 2 |
I have several subforms and they are all access form objects, however on one of my main forms with VBA editor I can see the subform as an object. Wheres the rest cannot be selected, using me.formname.requery leads to an error describing how it cant find the object.
|
| .pps & .pdf | 19 Feb 2008 01:04 GMT | 1 |
Does anyone know how to access these types of files? Thanks, Rorida
|
| Using a function in query | 19 Feb 2008 00:54 GMT | 3 |
I need to run a query string while stripping all the spaces from one of the fields being returned by query. I need something like this; st = ""SELECT ID, Replace(Tel,"" "","""") FROM MyTable" Problem is Replace function is not available in Jet as far as I know. How
|
| Simple question on cookies for Vista | 18 Feb 2008 23:23 GMT | 1 |
How do you enable cookies in Vista? Thanks, Roy.
|
| How to 'unlock' a database | 18 Feb 2008 23:13 GMT | 1 |
I've inherited a database from a person who is no longer with the company. When users open the database, it opens in read-only mode with security enabled with certain menu items locked. Since the database does not prompt for a user login, I can't login as an Admin. How can I log ...
|
| Locked out of Reports (Can't find my last post!!) | 18 Feb 2008 23:04 GMT | 7 |
I've created a data base that relys on reports to display the data. On one out of 4 computers that use the information from a server I can't open or edit any of the reports. I've tried both through the switchboard and directly from the db window without success, yet they work on ...
|
| If Then Const | 18 Feb 2008 22:31 GMT | 3 |
I have an Access Form that uses the following code to open a Word document which works fine: Const conTEMPLATE_NAME = "C:\FORMS\Form_A.dotm" Now, I would like a choice of two documents, so I've added a check box (EXB)
|
| Going from Custom Menus to Design mode | 18 Feb 2008 22:01 GMT | 1 |
I have a database that I had setup with a custom menu and a dashboard. I need to edit the Design but forgot how to exit to Design Mode. I need to hold a key down but forgot what that was. I assume this is the same for all custom menu databases.
|
| Checking if txtbox is null and DCount parameter | 18 Feb 2008 21:59 GMT | 3 |
I have the following code assigned to previous record navigation button (See below) :- How do I use the Is not null ?? Testing the code the Me.txtAwardId is populated but during the DCount
|