OBDC CONNECTION

  • Thread starter Thread starter Rpettis31
  • Start date Start date
R

Rpettis31

I have a linked table via OBDC, and there is a message from the linked
database table asking for password etc on one of my forms with the user
selects a combo box. Simply selecting OK will allow the combo box to display
the information however is there a way to override this?
 
Rpettis31 said:
I have a linked table via OBDC, and there is a message from the linked
database table asking for password etc on one of my forms with the user
selects a combo box. Simply selecting OK will allow the combo box to
display
the information however is there a way to override this?

Assuming this is link is to something like SQL server, what I would do is
delete the link, and recreate the link again, when you do that you'll notice
is a little check box to save/remember the password for the link - this
should eliminate this prompt
 
Back
Top