Microsoft Access - MS Access version 2002 in WIN7 with Office 2010

Asked By Raja yashwanth Reddy Gunda on 23-May-12 11:21 AM
Earn up to 30 extra points for answering this tough question.
Hi,

I have few Access Databases which uses Macros with screens used for input/update transactions and these databases are developed using MS Access 2002 version. I have upgraded my OS to WIN7 along with MS office 2010, when I tried using the above mentioned Access Databases, I am getting few problems and that are not consistent. To avoid them
I Had to have Access 2002 alone and MS Office 2010. Still I am getting the some sort errors and some times the transactions doesn't succeed at all. 

My aim to have Access 2002 & MS Office 2010 installed on the same computer with WIN7, and also I am not interested to upgrade the Access Dbs to higher versions due some other reasons.. Is there any patch or package released by Microsoft for such scenarios? or any other way we can have them together.

Thanks
Yash
Somesh Yadav replied to Raja yashwanth Reddy Gunda on 25-May-12 12:18 AM
check this,
http://en.wikipedia.org/wiki/Microsoft_Office_2010
http://en.wikipedia.org/wiki/Microsoft_Access
Pat Hartman replied to Raja yashwanth Reddy Gunda on 26-May-12 11:41 PM
Open any code module in design view and check the references.  Fix any that are marked MISSING and compile.  Fix any compile errors.
You can run these databases with A2010.  A2002 is 10 years old and not supported any more.
[)ia6l0 iii replied to Raja yashwanth Reddy Gunda on 28-May-12 01:19 PM
As stated above, there is no support. 

But run the Windows Update on your new machine with Windows 7 - there ought to be some updates that will be installed. Maybe it will fix the erroneous behavior. 

Hope this helps.
help
am developing a form using microsoft access .in access am using controls.label, textbox, commandbutton.now am give some input data from the textbox am stored data in the database?? how am view the data in report from the access???? anybody know the answer pls tel me my id is: thangeswari1@gmail.com Forms and
I had to use the following code in order I don't know that I have an answer to this. keywords: Outlook, SetFocus, SendKeys, Microsoft Access, Otherwise, database, report, image control, bmp file description: SendKeys in Microsoft Access I had to use the following code in order to insert a bmp file and
hi, MS Access to MySQL database transformation program saves time to convert database created in MS Access to MySQL server format within a short time period. Microsoft Access to MySQL database migration tool is effective and flexible so it provides support to all null value constraints, key constraints, entities, data types, schemas, views, triggers, Migrate Your MS Access Data to MySQL Download For download : http: / / www.fileguru.com / apps / how_to_create_id_card_in_ms_access Regards, keywords: MySQLMySQL
Does anyone know the best way to create charts I do not want to make it too difficult for my users. Thanks, Mark Unfortunately Access is horrible in the chart arena. Very simple charts using the report chart wizard are here Happy New Year keywords: Excel, Chart, report description: How to automate chart creation in Microsoft Access Does anyone know the best way to create charts just by pressing a button. I
huh? keywords: macro, external database Microsoft Access, Microsoft Access, database description: macro which fetches data (whenever i run the macro) from an external database
I am creating 64 bit winpe version executing 64 bit .net application connecting to microsoft access database.Because it is 64 bit winpe looking for 64 bit microsoft acess driver. But winpe amd 64 version does not have 64 bit Acess drivers. Anybody have any suggestions?. Thank you Yes, there seems to be one. A search on Microsoft downloads gave this: http: / / www.microsoft.com / download / en / details.aspx?displaylang = en&id = 13255 have u checked these two exe
I am exporting a table from Microsoft Access 2000 to a CSV format file. Most of the data comes out OK but a field eg. 001234 ? Follow these liks - here you will get code to export. http: / / www.access-programmers.co.uk / forums / showthread.php?t = 77056 http: / / www.hiveminds.org / phpBB / viewtopic.php will help you You can try formatting the field in the query. That might convince Access that it should be exported as text rather than numbers. Select . . ., Format(YourField, "000000") as FormattedField, . . . . From . . . . ; Hi Pat Thank you for your reply. My problem isn't within Access, where a query may help. It's when I export the data using TransferText. I
Hi everyone I am currently trying to write an update query in Microsoft Access. I am looking to update two fields in my 'User' table: Last completed module Last try out what you've suggested, and hopefully that will work! keywords: moduledate, Update query Access Hi, Microsoft Access, Raw Data table, database description: Update query Access Hi everyone I am currently trying to
I am having a problem with a calculation in Microsoft Access.My problem is that, for EACH student , I want to calculate the sum of numerical group by studentID, CourseCode hope this will help you keywords: Math English Science, StudentID, Math, Microsoft Access, numerical grades description: Calculating the sum of numeric grades in Access I am having a problem with a calculation in Microsoft Access.My problem is that
I am having problems using Microsoft Access to calculate the sum of numerical grades of students in 6 subjects comprising Math, English sum (NumericGrade) Grade from Table group by CourseCode order by Grade I don't have access to an Access database, so I couldn't test this. Please let me know if it worked for you. Ken Calculating the sum of numeric grades in Access Posted by Johny in Microsoft Access 11-Aug-10 12:01 PM My problem is