| Thread | Last Post | Replies |
|
| Upsizing MDB to SQL server | 05 Aug 2005 03:06 GMT | 4 |
I try to migrate my Access 2003 MDB BackEnd (with data) to SQL server (MSDE 8.0) with the Access Wizard, but when i finish, all my table with a random autonumber primarykey have no record, and i was not able to add record ?? I try to change random field to a simple autonumber (in ...
|
| Need Ideas For Layout Of Form | 05 Aug 2005 01:52 GMT | 5 |
I am looking for some ideas for how to design the layout of the form for data entry and to display the data for the following situation: There are many sales associates. A sales associate can work for multiple companies and work for multiple divisions within each company. Within ...
|
| Database size increase | 05 Aug 2005 01:49 GMT | 3 |
Is there any reason why my db would almost double in size after I copied everything to a new db after my old one became corrupted? Is it anything to worry about? Thanks - David
|
| Numbering Labels | 05 Aug 2005 01:48 GMT | 3 |
I need to print out labels (which are set up as a a report) from form. I can tell access how many labels to print, but I also want to add to each label "Box 1 of 5", "Box 2 of 5", "Box 3 of 5" etc etc. My labels are 2 up to sheet.
|
| ADO parameters queries and stored procedures - and Connections | 05 Aug 2005 01:27 GMT | 17 |
I use the following code to retrieve to recordsets into two local tables, from an mdb file over a WAN. Works fine, but I'm trying to tweak the speed, and I have some questions: 1. I tried both an ADOX-created stored procedure and a regular Access
|
| Access 2000 Menu customization | 05 Aug 2005 01:10 GMT | 3 |
Have customized the menu options in Access 2000 in a computer. However, it seems that the customizations apply only when I'm logged in and not to other users. Is there any way to use the customizations as a default for all users of Access on that computer.
|
| Error Handling | 05 Aug 2005 00:05 GMT | 5 |
I am trying to collect errors and record them in a table instead of a popup message stopping my code. It seems to work ok, but when I try to add ERR.Description to my code it fails on Syntax Error (missing operator).
|
| looping through toolbars | 04 Aug 2005 23:34 GMT | 3 |
(RE: Access 2002 SP3) There are many default toolbars that have the database window icon in them. Different users will have various ones visible when my app starts. When my app opens, I only want to display my custom toolbar in
|
| Showing all records in a table in the details section of a form | 04 Aug 2005 22:58 GMT | 2 |
I am creating a form and I want all the records to show in the details section that are in the table. How do I get them to appear. Currently, I have to press next to view each record.
|
| Question on SELECT TOP 3? | 04 Aug 2005 20:19 GMT | 2 |
I would like to query a database for 3 children whose fathers are the oldest. The answer isn't necessarily unique: if the oldest father has 6 kids, then any three of his children will do. My first shot was: SELECT TOP 3 NAME
|
| AccessXP Startup switch /ro | 04 Aug 2005 19:43 GMT | 9 |
In the desktop shortcut I added the /ro switch to the command line \\Homf6\Vol2\LifeComp\ComonDbs\AVA\Apps\AvaXP.mdb /ro and the db opens but I can still change data that is displayed on a form.
|
| A97 removing value from textbox after CancelEvent (DMVFileNo_BeforeUpdate frmENF264ProcessingForm) | 04 Aug 2005 19:09 GMT | 1 |
What's the best technique to remove a value entered into a form's textbox control after halting the update of the textbox with a docmd.cancelevent line in a before update event procedure?
|
| Recursive File Search VBA vs VB | 04 Aug 2005 18:31 GMT | 4 |
Hopefully a stupid question, but it doesn't appear that way. Found an example of a recursive file search, which is exactly what I want, at Randy Birch's site (mvps.vbnet), but VBA is just different enough not to compile.
|
| Differences between Access 97 and Access 2000/2003 | 04 Aug 2005 18:30 GMT | 8 |
Our company is migrating from Windows NT to XP and in the process from Access 97 to Access 2003. Due to the phased rollout we are faced with a situation where some users are still on NT while others have been fully upgraded, but all users need to use
|
| Access Loses my Forms and Reports | 04 Aug 2005 17:18 GMT | 1 |
I have a Database with a Simple Switch board and multiple reports and forms. All of a sudden When i go and open up the database it says it can't find my forms or reports, but the tables and quiries are still there. This just happend the other day. So i copied the forms and reports ...
|