| Thread | Last Post | Replies |
|
| Can't Add New Record to Form! | 24 Jul 2007 17:03 GMT | 6 |
I'm trying to add a new record to a form. The navigation buttons at the bottom don't have the new record (>*) highlighted and avaliable for use. I have tried both Data Entry Yes/No. Thanks
|
| Read Only Database | 24 Jul 2007 16:38 GMT | 7 |
I am trying to open my database which I created and have used for some time now, but I am getting a message indicating that it is "Read Only" I believe this may be because another user has the file opened. Is there a way to view a list of people who may be accessing the ...
|
| PS2 -> USB ?? | 24 Jul 2007 16:28 GMT | 4 |
Not really an access problem - well it is for me as I'm creating an MICR process to bringing in data into a large DB and don't really want to fail due to lack of hardware in a year or so. I have looked all over (MS, google, etc) and can't find the answer. I have
|
| UNION SQL | 24 Jul 2007 16:26 GMT | 4 |
This query is giving me some grief, the first 2 sections are working ok, but once i use the last section the data gets a bit messed up, (Data in wrong columns). Its probaly just a 0 missing somewhere but i cant see the wood for the trees!!
|
| List box asks for parameter when I do DoCmd.Close | 24 Jul 2007 14:38 GMT | 2 |
I have a form for taking questions in a questionnaire. There is a list box on the form which shows possible choices based on the question number which is in another text box. The question number is referenced in the list box's data source query in the form ...
|
| Transfering databases | 24 Jul 2007 13:30 GMT | 5 |
I have three databases on my server. I have created buttons on my main page that open another databse from the one I was in, however It dise not close the original database I was in when it transfers. It remains open behind the new database. Can I close the orginal database once ...
|
| Cannot send an e-mail from access. | 24 Jul 2007 11:34 GMT | 2 |
I try to send and e-mail from access but the option "Destinatario de correo" is disabled. I try the article 834008, but it's all ok in the pc. What is the reason??? Thank you very much.
|
| I need a correspondence register with five catergories | 24 Jul 2007 11:32 GMT | 2 |
I need a register for correspondence received, Needs to be alphabetical and to keep check of all letters from everybody. Will need a date received and subject matter (which will be given a code letter) section. Also need monthly totals of all correspondence, and each individuals ...
|
| schedules | 24 Jul 2007 10:40 GMT | 1 |
would it be possible to have a field update itself automatically every few weeks or so? and if able, how would i do it? many thanks
|
| MICR in access | 24 Jul 2007 09:46 GMT | 2 |
Monday morning and just be asked to come up with an automated MICR scan process that will be incorporated into a large DB. As the admin staff are processing around 30,000 cheques for banking each year automating the input stored in the MICR strip would save a large amount of ...
|
| How do I modify custom shortcut menus in Access 2007? | 24 Jul 2007 08:30 GMT | 2 |
I have inherited an Access 2007 application that was created in Access 2000. There is a custom shortcut menu that I need to modify but I cannot seem to find it. Any help would be appreciated.
|
| Linking to later version | 24 Jul 2007 07:38 GMT | 7 |
I suspect this is an Access 2007 issue. I have an application in Access 2000 which links to another database. As part of implementing an upgrade, I created an Access program to modify the existing Access 2000 back end. The program modifies a few fields, adds a few new fields ...
|
| Nicely consecutive IDs within a subform | 24 Jul 2007 04:31 GMT | 9 |
On a main form I have an ID field, call it MainID. On a subform I have an ID field, call it SubID. The forms are linked 1:M. I'd like SubID to renumber from 1 for each master record. Right now SubID is Autonumber so of course it doesn't do that. Is there any way I can make this ...
|
| run-time error 3075 | 24 Jul 2007 03:55 GMT | 1 |
Hi I have the following code: Private Sub Form_BeforeInsert(Cancel As Integer) Me.FileNo = Nz(DMax("[FileNo]", "tblFiles", "[LogNo] = " & Me.LogNo)) + 1 End Sub
|
| How do I get VBA working in Access 2007 after converting? | 24 Jul 2007 03:49 GMT | 1 |
I've converted a database built with Access 2003 to Access 2007. None of the VBA functions work anymore even though they still exist in the property sheet under Events. What's the deal here?
|