| Thread | Last Post | Replies |
|
| Program Table PK to start over at 1 | 19 May 2008 16:44 GMT | 6 |
I have a table (tblQueue) that consists of a composite PK of the fields [Q_ID] and [TODAY]. In this table, When a new year begins I would like [Q_ID] to start over again at 1 (This field is an AutoNumber field). Since I am using a compisite PK will access allow me to do this? I ...
|
| Disable/Enable the Shift Bypass Key | 19 May 2008 16:13 GMT | 2 |
I am using Access 2007. I tried to utilize the code at this site: http://www.databasedev.co.uk/disable_shift_bypass.html I created a control button and associated some code with the button. When I click the button I get the following message:
|
| Return to Same Record, Not Top | 19 May 2008 15:10 GMT | 6 |
My second visit in one day to the fount of all knowledge ... Access 2003/Windows XP, have a form/subform where the user can flag selected items in the subform, then pop open a batch actions form, set parameters, and run any of several batch actions on the flagged records. All ...
|
| Excel/Access | 19 May 2008 13:55 GMT | 2 |
I have an Excel(2000) macro that opens another Excel workbook and deletes specific rows across several worksheets based on date field. If I run the macro from Excel only it works. I had Access 2000 that I used a module to open the Excel macro sheet and
|
| Writing Expressions that use DatePart (y) and user info for contr | 19 May 2008 13:13 GMT | 2 |
I am attempting to write an expression in a field that uses Datepart (y) and 2 user numbers and 3 user letters and 2 more user numbers as part of a Form identification field. I can't seem to get the expression Right. An example of how I would like it to look is as follows: ...
|
| Problem with Criteria | 19 May 2008 13:03 GMT | 4 |
The following code produces the desired count of records when the [PermitNumber] is <10000. It produces an error "type mismatch in criteria expression" when [PermitNumber] is 10000 or greater. "most" is determined by the length of the current Permit Number. Permit Number is a ...
|
| form field allow edit = false | 19 May 2008 12:55 GMT | 2 |
dears, how to make an (field control ) on a form bound control to non editable after update? please advise
|
| import table from protected databse | 19 May 2008 09:01 GMT | 1 |
how to use transferdatabase method to import an object from another password protected databse , when i used the code it is importing the need but prompting for password each time but i don't want the user to know the password
|
| Adding a form to MS Access's MDI Parent | 19 May 2008 05:26 GMT | 1 |
Hello, subject explains it all. I'm interested in hosting a small form created in VB.NET 2005, 2008 into an open instance of Access. I've imported the OLB as DLL and referenced it, although I'm not sure how to access an already open instance of Access. I've fetched the window ...
|
| How to get XML from ADO | 18 May 2008 22:39 GMT | 2 |
Is it possible to get the contents of an ADO recordset returned as XML without first persisting it to file? I would like to pass the contents of a temporary table in Access to a SQL Server stored procedure string parameter via XML.
|
| building a string | 18 May 2008 21:46 GMT | 3 |
Hello all. I've been unable to build a string to suit my purpose. Here are the details. I have created a combo box, in the header of a form that is unbound. The purpose is to be able to search for an address when you don't know all of it, maybe just the street... the query ...
|
| what does the property BatchUpdates refer to? | 18 May 2008 21:18 GMT | 1 |
 Signature ------------------ Martin H Habicht
|
| error when copying/opening DB | 18 May 2008 18:04 GMT | 1 |
Hello, I am working on a DB and tried to back it up. I made a copy of it but when I open that copy I get an error saying that the VB in that application is corrupt and I'm not able to open an tables, queries, or anything. When I try to investigate the error a little further it ...
|
| Moving data from one table to another | 17 May 2008 21:53 GMT | 2 |
I need to move data from Table 1 to Table 2 and can't figure out how to do it. Perhaps someone can help me. Table 1: has 3 fields DealerID Car Color
|
| Spelling of textbox that has the focus. | 17 May 2008 18:34 GMT | 9 |
I want to run the spelling command only for the textbox that has the focus. Does anybody have an idea on how I can do this? Thanks in advance Michalis
|