Access 2007

  • Thread starter Thread starter sgopus
  • Start date Start date
S

sgopus

I have a database I designed in access 2003, some of the forms will not work
in office 2007, specifically I have a combo box that I want to look up a
record and populate the rest of the fields in my form, depending on the
record name I click on in the combo box, but each time I select a name I get
an error, invalid arguement or function, and it takes me to VB, to the line
of code for that subroutine, I even tried redoing the form in 2007 letting it
set the combo box, no dice, same error, is this a problem with a missing
microsoft library, like some problems in 2003 or just what is the problem.
 
Post your code from the combo here and point out where the problem arises so
we might be able to help you.
 
sgopus said:
I have a database I designed in access 2003, some of the forms will not
work
in office 2007, specifically I have a combo box that I want to look up a
record and populate the rest of the fields in my form, depending on the
record name I click on in the combo box, but each time I select a name I
get
an error, invalid arguement or function, and it takes me to VB, to the
line
of code for that subroutine, I even tried redoing the form in 2007 letting
it
set the combo box, no dice, same error, is this a problem with a missing
microsoft library, like some problems in 2003 or just what is the problem.

I've had the same issue on a few of my databases. I took the eary route and
just deleted the combobox and recreated it. They all work fine now.
 
Thanks all for your responses, I managed to resolve my issue, by converting
the database format to 2007, I created it years ago using 2003, once I did
the conversion, my forms worked fine, drove me nuts for hours till I read
about it, in another forum.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top