Hello:
Please do the following:
1 Break into your code module and click in the top area of the code that contains the statement "Option Compare Database" or "Option Explicit"
2 Click on the "Declarations combo box and in the drop-down list you will see all the code for every control you...
Hello:
From just a quick look at your spreadsheet, it looks like you want to have a relational database design with a parent table called offices and a child table called Data for instance. I put together a basic design from what I could understand of your spreadsheet.
Regards
Mark
Hello:
I am glad that suggestion worked because that is what I use. Depending on the complexity of your tables, it might be that your asking too much of Access at that time, or end of file, or line characters, or a corrupt table.
Regards
Mark
Hello
Try importing both tables separately. Then use an append query in Access to combine both tables. Make sure both tables have the same amount of columns ad field names.
Regards
Mark
Hello:
If you had a column in Column A and a Column in B, the formula for Column C would be:
=A1&B1
Just copy it down for the rest of the rows
Regards
Mark
Hello:
The easiest way would be to do this in a query.
Relate both tables by a primary key then base a query on these two tables. Add a third column to concatenate your columms. Then run the query and utilize a MakeTable Query to make a new table.
Regards
Mark
Hello:
One way would be to extract the first letter of this string using the LEFT$ function and then capitalize this character and then add it back to the rest of the string.
Regards
Mark
Hello;
Yes that is correct. Below is the syntax:
InStrRev Function
Description
Returns the position of an occurrence of one string within another, from the end of string.
Syntax
InstrRev(stringcheck, stringmatch[, start[, compare]])
Regards
Mark