| Thread | Last Post | Replies |
|
| Forms Problem | 08 Aug 2005 20:56 GMT | 3 |
Hi everybody, i am having this problem: There was a programmer that made an access aplication with VB Modules, forms, an so on (With Spanish Office 2000), and now the organization change all the aplications to English versions (including Office 2K).
|
| Yes/No Data Type | 08 Aug 2005 20:16 GMT | 2 |
I have a combo box on a form with a Yes/no format. The Row source is "Yes";"No". The Drop down is fine (Yes/No) The table is Yes/no with a Yes/No format.
|
| Templates Access 2003 | 08 Aug 2005 19:49 GMT | 2 |
Friends, does anybody know why those nice templates and models Access once had are not available anymore? You know, those ones you had going to >>> New >>> models >>>> and you had
|
| Changing multiple records in a field | 08 Aug 2005 18:13 GMT | 2 |
Greetings all. I have two tables each containing a field in reference to the same information. I imported most of the information from two separate spread sheets. The problem is that on the first spread sheet the colulmn corresponding to my field listed the data in an ...
|
| Update new values to combo box | 08 Aug 2005 17:41 GMT | 2 |
I have the table named INFORMATiON which has SCHOOL, FIRSTNAME and LASTNAME fields. For SCHOOL field , I make it became combo box by using LOOK UP tab at table design view. It works well, but when i entered a new shool name, the new name not show
|
| Duplicate records in a mailing list? | 08 Aug 2005 16:56 GMT | 6 |
How do i remove duplicate records form a mail list? I have a list of 600 names and find many duplicates. I attempted to use the 411 from HELP but still get strange null key errors.
|
| how can i make zipfiles? | 08 Aug 2005 13:47 GMT | 1 |
i have Winzip, but do i need Winzip for making zipfiles? and how can i make files downloadable without stealing it from another site? Please help!
|
| how to print layout in access | 08 Aug 2005 09:57 GMT | 6 |
I have access 97 operating under WINDOWS XP Professional. I have tried several things, none seems to work. Just prints out all the records and column headings !!! HELP HELP !!! THANKS
|
| option group update from code | 08 Aug 2005 09:23 GMT | 1 |
how can I update option group from code, as if someone clicked on radio button? Thanx alek_mil
|
| how to make downloadfiles? | 08 Aug 2005 07:36 GMT | 1 |
if i download something from a site, i can open or save that file. i want to make also, but i don't know how to make it and i don't want to copy them from a site into my site. can you help me?
|
| Last update record display on the report | 08 Aug 2005 01:44 GMT | 2 |
I have a table contains a list of engineering drawings and documents with their own revisions. How to set up only latest revision record (drawings/documents) to shown on Report/Forms. The Revision would have the the latest revision as follows:
|
| Search a Table via a form | 08 Aug 2005 01:15 GMT | 2 |
Hi I am hoping that this is quite simple. I have a main table called "Issues", which is linked to another table called "Issue updates" - so a single record (issue) in the main table might have 10 related records in the sub table.
|
| running a query to inform me before one month | 07 Aug 2005 20:22 GMT | 3 |
hi i have an MSaccess about a state agent and what i can not workout is that i want to run a query that informs me one month a head of the contract end date so i can basically inform the tenants that their contract is due to finish!
|
| Query Error Message - Repost from CDMA | 07 Aug 2005 08:30 GMT | 5 |
This is a repeat of my post in CDMA. Using AccessXP in 2000 mode. I have the following tables --- TblLocation
|
| Can SQL statement using a query rather than a table? | 07 Aug 2005 06:36 GMT | 8 |
We can do the following to open a query as recordset: Set rs = dbs.OpenRecordset("MyQueryName") Can we do the following to sort a field inside the query? Set rs = dbs.OpenRecordset("select * from MyQueryName order by field1")
|