| Thread | Last Post | Replies |
|
| Record Search within a Form | 20 Feb 2008 23:40 GMT | 3 |
I have a single table with dozens of fields. I used the input mask for things such as SSN (social security number-also my Primary Key), phone numbers, and birthdates. Through this Discussion Group I found a reference to site that gave me code to put a search for record box at ...
|
| complex query/report | 20 Feb 2008 23:31 GMT | 5 |
I don't know if this is possible or not... I want to be able to create a query or a report that will give an average for the unload rates at each port for each vessel. I have a table that has 3 fields for Unload ports for a 3 letter port code.
|
| Error Handling: When adding data where data is incomplete/incorrect. | 20 Feb 2008 23:27 GMT | 2 |
I added my error checking (see code below) on the Form "On Current" event as I believe this code will run upon any action on screen being actioned. Errors happen when users are adding incomplete/incorrect data then pressing the next navigation button which adds a record if it is ...
|
| change color in many text box | 20 Feb 2008 22:24 GMT | 2 |
I have a form which takes information from a query. The information is orizontally aranged in the many text boxes . I would like to know how can i change the background color of the text box on the row by just doubleclicking on that particular row.
|
| Multiple BackEnd Files - Keeping relationships | 20 Feb 2008 22:24 GMT | 8 |
I'm considering breaking our backend file into multiple files. The only way I've read to do so will break any relationship between files, which would be a chore to relink. That technique involved creating multiple be files, then importing the appropriate tables into each from the ...
|
| Access 2007 runtime | 20 Feb 2008 22:09 GMT | 1 |
Is it possible to use Access Runtime 2007 to syncronize with Sharepointlists 3.0. I've just tried, but i couldn't find an icon to take the content offline. Thank's for help
|
| Exporting Reports | 20 Feb 2008 21:59 GMT | 3 |
I am trying to export or publish a report into word. The report has about 80 stores within it. Each store starts at a new page. Some stores have many pages to them. I want to export the report out to word, but I want each store to have it's onw location. For example: Laurel will ...
|
| Table fields:- Setting default values to be based on other field values | 20 Feb 2008 20:51 GMT | 3 |
Is it possible to define at a table design level that a default vaule of a field is based on other fields? For example Field "Name" = Field "FirstName" + "SecondName"
|
| VBA OpenReport Action | 20 Feb 2008 20:24 GMT | 2 |
In the help documentation for the OpenReport Action, it gives the following description for the Where Condition: A valid SQL WHERE clause (without the word WHERE) or expression that Access uses to select records from the report's underlying table or
|
| Virtual Sales Community | 20 Feb 2008 19:59 GMT | 1 |
Virtual Sales Dealmakers Exchange embedded in the CyberTility.
|
| Access Packaging Wizard | 20 Feb 2008 19:12 GMT | 1 |
I need to add a DWORD to the registry key section within the Access 2007 Package Wizard. The link http://msdn2.microsoft.com/en-us/library/bb501030.aspx shows a section in the wizard as TYPE.
|
| Opening switchboard in full view | 20 Feb 2008 19:08 GMT | 2 |
Probably a dumb question but I can't figure out why this is giving me such a hard time. I have a db that at start-up opens the main switchboard. The only thing is that everytime it opens it is not maximized, if that makes sense. I want it to be full screen but so far nothing ...
|
| Iif statement is erroring | 20 Feb 2008 18:31 GMT | 2 |
=IIf([Completed]=-1,[ClosedName],[ProjectNameShort]) Works if true, errors if false. The field exists in the source query and is spelled correctly. What am I missing?
|
| Access database file open read only from window 2003 server | 20 Feb 2008 18:30 GMT | 1 |
some users has read only access and some user has read and write access using window 2003 security.
|
| Calculating entries in a group | 20 Feb 2008 18:30 GMT | 2 |
I have a database that lists all applicants, and I have a report that sorts them according to which Institution they are attending. How can I have the report display the number of applicants that are attending each Institution. For example , Four applicants from Harvard, 10 ...
|