| Thread | Last Post | Replies |
|
| Relation window | 14 Jan 2008 04:38 GMT | 2 |
I have a form with a button. When the user press that button I want to show the relations between the tables. Is there any vba code for? Kind regards
|
| Application Deployment | 14 Jan 2008 04:35 GMT | 4 |
Can you deploy your access 2007 application as a 30 day demo with other limitations, so the customer has to purchase a serial # after 30 days?
|
| File format vs Version | 14 Jan 2008 04:30 GMT | 2 |
I see that embedded it states "Access 2002-2003 file format". Will an application built in 03 have any problems running on a machine with 02?
|
| Expression for Percentage Calculations Based Upon Subsets of Field | 14 Jan 2008 04:30 GMT | 4 |
How do you create an expression that will calculate a percentage based upon subsets of two fields? For example, one field is "Status" (there are three options), the other is "Resolved" (populated with a "Yes" in the appropriate cells that correspond
|
| Conversion issue | 14 Jan 2008 03:29 GMT | 2 |
I have taken over the development of an application that the previous developer used Access 2003 to develop an application for a user with Access 2000. Once he had written enough code to test, he would convert the mdb file to version 2000 for testing on the client's machines.
|
| Hard Drive Folder Database | 14 Jan 2008 03:19 GMT | 10 |
Like many here, I have quite a few retired hard drives with archived and valuable data of all sorts. As time goes on, it becomes increasingly difficult to find files. Is there a utility for XP that will start at the root of a hard drive, scan the tree, and output the results to a ...
|
| Prohibiting record deletion | 14 Jan 2008 03:00 GMT | 3 |
When a user presses Delete key to delete a record, I need to check the value of one of the record fields on the form and depending on the value I need to allow or not the deletion of record to go ahead. What form event should I use for this purpose?
|
| Linking Tables | 14 Jan 2008 01:13 GMT | 3 |
I need some advice on basic table set-up / linking I have a student record table with a unique identifier (student ID) Contains student name and address I have an enrollment record table with the same unique identifier (student
|
| Verify Connection Exists | 13 Jan 2008 23:17 GMT | 7 |
Scenario: FE database on laptop that has linked tables to the server. AutoExec macro initiates the links. My problem is that if not connected to the server the db fails because it cannot find the links.
|
| Mutliple Complex Queries - How to Combine into One Result/Report? | 13 Jan 2008 22:48 GMT | 5 |
Thank you in advance for your assistance. I have data that I must access on a weekly basis that involves a number of criteria. To date, I have performed each query and then coalesced my findings (by hand) into a table. Something tells me that this would be far easier with
|
| Corrupt form not accessible | 13 Jan 2008 22:47 GMT | 6 |
Access03/WinXP I had two databases open - one for reference and the other to update a form. After making several changes on the form, Access crashed on me. In re-opening the database, I see the form I was working on in the forms list.
|
| query results | 13 Jan 2008 22:25 GMT | 5 |
How can I display only 4 digits in a number in a query when the original data has 5. I am storing my numbers as text. JoAnn
|
| Cancelling update | 13 Jan 2008 20:29 GMT | 2 |
I am setting Cancel = true in BeforeUpdate event of a form but the edits by user still stay there. How can I undo user edits on the form? Many Thanks Regards
|
| Need help creating a Master Query | 13 Jan 2008 20:05 GMT | 4 |
Thank you in advance for your assistance! I need to combine multiple queries into one master query so that I may run a report on a weekly basis. One can supposedly enter queries like tables to create this, but I'm at a bit of a loss as to how to actually make it happen.
|
| Changing Properties of Fields in Table - VB Code needed | 13 Jan 2008 18:13 GMT | 1 |
Below is part of a code that somebody had given me to change the property of a field (in this case to make the field a required field). fld1.properties("Required") = True What do I need to do if I want to modify this line of code to do the
|