| Thread | Last Post | Replies |
|
| VB calling a form/subform by name rather then me.formname | 01 May 2005 00:28 GMT | 1 |
I have the statment below that turns off allow edits so thatwhen I run the commend acCmdFind I only see the find menu rather then find and replace. The search button is on the parent form, however there is a subform too
|
| When use a list, and when a lookup table | 30 Apr 2005 23:34 GMT | 4 |
When should I use a list (in table properties: like Ford;Mercedes;BMW;Audi ) and when should I use a lookup table?? And second question: IF I use a lookup table, should I always make a
|
| Seeking advice on replication | 30 Apr 2005 19:26 GMT | 3 |
I need advice about my decision to go with Replication in general. This post was placed on the Microsoft Replication newsgroup, but I really value the feedback that comes from this group as well. I have a new client who want their Excel data moved to Access.
|
| Problems with displaying data from two tables on one form | 30 Apr 2005 19:02 GMT | 4 |
I haven't been using Access for a very long time and I forgot everything :) I will be very greatful for help since I have been fighting with this problem for a few hours... I have three tables: Medicines (ID_Medicine, ID_MedicineGroup,
|
| Another query problem - what function? | 30 Apr 2005 18:07 GMT | 2 |
For example, a database with three tables: EMPLOYEE(employee#, empName, empAddress, empTel) EMPLOYEE_ON_PROJECT(employee#, project#) PROJECT(project#, projectStartDate, projectEndDate)
|
| How do I know if a recordset has been filled? | 30 Apr 2005 17:54 GMT | 2 |
I use Access 2003 and WinXP. I have a recordset declared: Dim regValuation As Recordset Later, I may, or may not, fill it (for a certain csql string) like
|
| link record to form | 30 Apr 2005 17:22 GMT | 2 |
I have 1 table: tbl_main primary key is a field called JobNo 1 query: qry_main (this simply has all fields and just places the JobNo field in ascending order).
|
| accessing C drive | 30 Apr 2005 17:21 GMT | 4 |
I'm trying to setup a macro to be able to open up the windows explore box to access the list of my c drive folders. What action type would i use to enable the macro to do this ? eg c:\program files\abc
|
| Generate unique barcode to unique ID | 30 Apr 2005 16:42 GMT | 2 |
I am looking voor a database software tool which automatically generates unique barcodes to each contact. I should be able to manage the contacts by reading the barcode. The tools will be used to manage exhibitors and visitors of a trade fair.
|
| Subform Requery Issues - Error 2467 | 30 Apr 2005 16:06 GMT | 1 |
I have an unbound main form (one side) with a subform (many side). The main form has a textbox control on it whose visible property is set to false. It's controlsource property is a reference to the ID field on the subform (so the main form can tell which record on the subform
|
| Data from Excel to Access, Arrgghhhh ... | 30 Apr 2005 12:27 GMT | 13 |
I will have to handle a lot of really 'nice' data in a LOT of Excel sheets. It is all about music files (Billboard top 100) I am afraid there really is a sheet for every year ... (Don't know this for sure yet...) I definitely need to get this data in Access and get it normalized. ...
|
| beginner with autonumber problem | 30 Apr 2005 12:21 GMT | 1 |
i'm a beginner to access and i'm having trouble with autonumbers. basically i have a list of restaraunts in a table. they are sorted ascending by autonumber (1 to 283) although i would like to browse the form in alphabetical order, but instead it goes in order of autonumber which ...
|
| Special MDB or normal MDE ?? | 30 Apr 2005 10:52 GMT | 2 |
Under Access 2003 Developer Extensions there is an aplication which is named Custom StartUp Wizard, with the posibility to make an MDB file without any access to the internal code, design etc...... also it is Not possible to import from other MDB it looks like same as a normal
|
| Connecting to sage line 50 | 30 Apr 2005 09:25 GMT | 2 |
Hi people, newcommer here, i know a little ms programming but am new to sage, Is it possible to connect to sage line 50 with ms access? TIA
|
| Suppressing Access' table error messages | 30 Apr 2005 08:01 GMT | 7 |
I don't want the user so see a message like "index or primary key can not contain a null value". Instead, I'd like to use a user-friendly message box. I have tried putting code in the BeforeUpdate Event to check if the
|