OK.  I have come across an issue with a program I recently 
inherited.  The program creates an Access database on the fly using 
DAO.  As part of this, it stores what appears to be the structure of 
the tables it creates in a data designer.  I say "appears" because 
I'm not at all familiar with the funtionality of data designers.  I 
have been working in VB6 for a while, but I've never had a use for 
data designers before.

At any rate, after the Access database is created, the application 
continues to use the data designer to access the new tables.  
However, I am having an issue with one particular table.  When the 
application tries to update this table, I get the following error:

"Insufficient base table information for updating or refreshing"

I find this strange, because this is not the only section of the 
program where a DB update is attempted, yet it is the only place 
where there is an error.

If anyone has come across this before, let me know.  I have found a 
ton of material regarding the error I received, but none seem to 
apply to my circumstances.  Also, if anyone can give me any pointers 
or reference material on data designers, it would be much appreciated.

Thanks,
Rich









'// =======================================================
    Rules : http://ReliableAnswers.com/List/Rules.asp
    Home  : http://groups.yahoo.com/group/vbHelp/
    =======================================================
    Post  : [email protected]
    Join  : [EMAIL PROTECTED]
    Leave : [EMAIL PROTECTED]
'// =======================================================
 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/vbhelp/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to