| Thread | Last Post | Replies |
|
| PAINTING, DRAWING, MUSIC, POETRY | 12 Mar 2007 13:43 GMT | 1 |
I live in Southern California.... Art and music are my hobbies. I would like to invite people of similar interest to see my Art work. http://mungiako.com/my_work.htm My email address is located at the bottom of each web page. Let me know your thoughts. Thanks
|
| Programmatically saving a record | 12 Mar 2007 12:41 GMT | 1 |
Afternoon everyone, The Non Conformance file used as part of "my" companies GMP compliance program uses a form that saves a record as per the code below ... stDocName = "NCF Form"
|
| ODBC Dialog won't appear | 12 Mar 2007 07:45 GMT | 1 |
I am having and issue linking to an ODBC database. The issue is simple. When I try to link and select ODBC data sources as the Files of Type, the ODBC dialog (to pick the DSN) does not show. It just acts that though I hit cancel. I am using Access 2003, SP2. Just started
|
| Can attributes of tables/relationships, etc. be changed programatically? | 12 Mar 2007 04:28 GMT | 5 |
Development stage of setting up a new solution here. I CONSTANTLY have to unhook the relationships I've built via the Relationships tab on Tools, then change the Required element of a few controls on a table from yes to no, make some other adjustments to the
|
| Query with no doubles | 12 Mar 2007 02:18 GMT | 1 |
I have a table which displays playerID, YearID, RosterID, and Games played. Then I have a query that looks like this SELECT Positions.playerID, Positions.YearID, Positions.rosterID, Max(Positions.[Games Played]) AS [MaxOfGames Played]
|
| Assigning one lesson to many or all students at once | 11 Mar 2007 23:40 GMT | 4 |
I would like to assign a lesson to many students as a group rather than individually. Any suggestions would be appreciated. Dave White
|
| anyone used a form resizer | 11 Mar 2007 22:19 GMT | 15 |
We tried one years ago and it was slow, bulky and just plain bad. Now everyone is trying to use laptops with different rez and we can't make and format databases to fit 3 different rez...forget the ws. is there a new and improved one that works without lagging the whole
|
| Sheets() and Worksheets() the same? | 11 Mar 2007 20:03 GMT | 2 |
I'm reading an Excel VBA book which seems to use Sheets() and Worksheets() interchangeably. Is there a difference?
|
| All screen fonts defaulting | 11 Mar 2007 17:08 GMT | 2 |
Has anyone seen this strange behavior? My 97 database accidentally got converted to 2002. When I converted it back, all fonts on screen (and in print) seem to be defaulting to MS sans serif. I say seem because when you look at the font property, it lists the correct font,
|
| Ignore Duplicate Entries | 11 Mar 2007 15:12 GMT | 8 |
I am using Access 2002. I have read through 20 plus posts on here and I am still having trouble. My table consists of the following fields:
|
| default text on a form unless..... | 11 Mar 2007 12:51 GMT | 1 |
I have a form that I need to add text to certain fields based on answers in other fields, which I've done basicly like this: on_load if me.answer1 = "yes"
|
| Field-level Permissions | 11 Mar 2007 08:17 GMT | 2 |
Allen Browne's "Field-level Permissions in Microsoft Access" (http:// allenbrowne.com/ser-55.html) is an excellent sample db i was looking for a long time. Am using Access2000. I have multiple databases for which i require different field level permissions. I will put my
|
| Office 2007 Academic | 11 Mar 2007 07:40 GMT | 2 |
Is the Academic version of Office 2007 Professional identical to the non-academic version? In particular, does it contain the Access runtime licence?
|
| Unbound TextBox assignment to a Record OnClose | 10 Mar 2007 19:43 GMT | 2 |
I have a Single form with its RecordSource set to one table. This form will have only one record that is used for the application setup. I have UnBound TextBoxes on the form. The textboxes will get filled,
|
| Help with sorting | 10 Mar 2007 16:02 GMT | 3 |
I'm using Access 2000. My database collects lots and lots of data. One aspect of that is to collect dimensional data from multiple checks during the day. The way I've done that is to have a field for the date and then multiple columns to enter the individual readings. When I go ...
|