dantheinfoman
Programmer
Hi All,
I have a new table gathering 25 years of sales notes from memos into individual records. Table is fine, works ok with a grid I made. My question (and related problem) is that since the table has 350,000+ records in it, it takes a bit to update when I do a SET FILTER TO blah and blah. . .
I thought perhaps there might be a way to do a SQL Select statement to get the same grid much faster and possibly update the original table from the cursor when the user is done or closes the form/grid?
1. Is that even possible?
2. If possible, does this speed things up when you have lots of records and want to do data entry with several possible filters/ sorts?
Thanks
Dan
I have a new table gathering 25 years of sales notes from memos into individual records. Table is fine, works ok with a grid I made. My question (and related problem) is that since the table has 350,000+ records in it, it takes a bit to update when I do a SET FILTER TO blah and blah. . .
I thought perhaps there might be a way to do a SQL Select statement to get the same grid much faster and possibly update the original table from the cursor when the user is done or closes the form/grid?
1. Is that even possible?
2. If possible, does this speed things up when you have lots of records and want to do data entry with several possible filters/ sorts?
Thanks
Dan