Likely be able to assist you, but I doubt anyone has one to just hand over?I have several databases that has similar structure and I need module to browse and update existing records if changed or insert new records to the current database from others!!!
can anyone help?
Can you explain in a bit more detail the purpose of the database and the 5 copies?yes
the structure is similar
files are copy
my issue is key fields !
one of tables does not have key field
have three field that triple field together makes record uniq
(textcode, bookcode, bookpage)
This is especially important if you have any null values in import or destination tables.This article may also be useful for synchronising data where the fields do not involve a primary key
Null is the absence of a value. a field can appear to be "empty" in one of two similar, but different situations.This is especially important if you have any null values in import or destination tables.
This is because a null value is not equal to anything else NOT even another null value.
some field in my tables are empty!!! Is this null?
Probably ...but they could also be zero length strings. Either way, the approaches in the article may help.This is especially important if you have any null values in import or destination tables.
This is because a null value is not equal to anything else NOT even another null value.
some field in my tables are empty!!! Is this null?
Not likely as this is very poor practice. Your time would be better spent in creating a single applicationIs there any sample file that I can download an use?
loaded!!We have a source book where we find phrases in other books and refer to it
Each of the researchers may have added a reference phrase on it.
Our tables have keys, but it is possible that there is no match in the keys and they are not uniqueView attachment 111363