Garrity
Jan 24th, 2000, 01:48 AM
Ive got a little problem...
when i use the command
ex: data1.Refresh
my whole databse system kind of locks up...
the DataControl wont react to clickking and the only thing that works is the buttons...
(About and that sort of stuff)
I also got a kind of search button that
uses this command
Dim CompName As String
data1.RecordSource = "select * from BLABLA where BLABLA = '" & BLABLA & "'"
This works also until the command data1.Refresh is loaded!
WHYWHY???
when i use the command
ex: data1.Refresh
my whole databse system kind of locks up...
the DataControl wont react to clickking and the only thing that works is the buttons...
(About and that sort of stuff)
I also got a kind of search button that
uses this command
Dim CompName As String
data1.RecordSource = "select * from BLABLA where BLABLA = '" & BLABLA & "'"
This works also until the command data1.Refresh is loaded!
WHYWHY???