Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #44.2K
Ranked #4K
~1K People Reached
Favorite Forums
Favorite Tags

4 Posted Topics

Member Avatar for mitchney

Hi, here's my example on how to do that i'm using Data Control and DBGrid, you type something in a Text Box called Text1 and see the result in DBGrid1. [CODE]Private Sub Text1_Change() Data1.RecordSource = "Select * from Data where No_Id like'" & Text1.Text & "*'" Data1.Refresh End Sub [/CODE] …

Member Avatar for hkdani
0
449
Member Avatar for chemes12

Hi, i dont think it's wise to ask someone to download your file and try to solve your problem. I think it's better to post your code so others can analize and try to give you solution, and since i dont know exactly what is your problem, then maybe i …

Member Avatar for mokong
0
75
Member Avatar for abrahami

Hi, you can use SQL Statement to do a search. For example: [CODE]Select * from Equipment where RegNo like'*212*'[/CODE] it will return all the data that have 212 in RegNo field. Hope it help

Member Avatar for abrahami
0
174
Member Avatar for bonzo2008

You can use Weekday(DateSerial(Year, Month, Day)) grab the output and convert it from Sunday to Saturday.

Member Avatar for bonzo2008
0
311

The End.