Hi guys
I'm currently working on a POS system that uses ADO (MSAccess) database. The problem I have is that once I insert or delete a new record in a table, I have to completely exit the application before the new record will be displayed in the TBGrid for that specific table. When I insert a new record, I use the TADOTable insert method and use the Post method when I'm done. Are there any other methods that I must call to make the new records visible in the TDBGrid without having to exit the program and restarting it.
I'm currently working on a POS system that uses ADO (MSAccess) database. The problem I have is that once I insert or delete a new record in a table, I have to completely exit the application before the new record will be displayed in the TBGrid for that specific table. When I insert a new record, I use the TADOTable insert method and use the Post method when I'm done. Are there any other methods that I must call to make the new records visible in the TDBGrid without having to exit the program and restarting it.