Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If you didn't get an error there is 3 possibilities
1) You didn't get to the line where you are actually writing the data to the database. Put a break point in the macro where you are writing the new data by clicking on the line of the macro and pressing F9. See if you get to the line you are expecting. 2) You wrote the data but you are not seeing it in the table. The table may be filtered. Look at the raw data in the database tool like opening up Access.. Also check the entire file for the record because to may of gotten sorted or filtered. do a search using the Access of the database tool to make sure it is not there. 3) You saved the file to another location on your PC and you are looking in an older file "Gary Keramidas" wrote: having a problem adding a record to a dbf file, is this possible? i gave code that opens the dbf, adds a row of data and when i save it as the dbf, the record is not there. but if i open it, change an existing record and save it, it works fine. just wondering if i'm chasing my tail. -- Gary Keramidas Excel 2003 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Clone a record, edit it and add as new record to database. | Excel Programming | |||
Database record add | Excel Programming | |||
Database Record add | Excel Discussion (Misc queries) | |||
Using Excel as a database and need macro or vba to take data entered on one tab and update the database by adding to the next avail row | Excel Programming | |||
Printing a database record | Excel Discussion (Misc queries) |