Forum Discussion
KINENE_JAMIL
Apr 10, 2023Copper Contributor
SEARCH DATA IN TABLE MS ACCESS USING VBA IN ACCESS FORM AND BUTTON
Hello I have a table Tb_ACCOUNTS am trying to create a form with a search button and i have written the VBA code below but am not getting any out put. what could be the challenge with my code. Tabl...
George_Hepworth
Apr 10, 2023Silver Contributor
KINENE_JAMIL As Arnel pointed out, the problem is that your search field, FORACID, is a text field, not a number. You can tell that from the screenshot because it is left aligned, whereas the number field next to it, ACCT_SOL_II, is right aligned.
Numbers do not need delimiters, text strings do need delimiters.
KINENE_JAMIL
Apr 10, 2023Copper Contributor