Does anyone out there have a sample of the VB code to pull data from an access 2016 form and insert that data into an existing PDF form?\
I had been banging my head for weeks over this, i think its possible but all the code i had found doesnt work. I think as i have learned i need to export that data to an xfdf file from within access is that correct?
any help is greatly appreciated.
							I had been banging my head for weeks over this, i think its possible but all the code i had found doesnt work. I think as i have learned i need to export that data to an xfdf file from within access is that correct?
any help is greatly appreciated.
	
but
button1 on click List0.RowSource = "SELECT tbl1.tstname FROM tbl1; "
button2 on click List0.RowSource = "SELECT tbl2.tstname2 FROM tbl2; "
when i click button 1 .....listbox nolonger filtered by text search box
i want to filter listbox by command button then search in listbox by textsearch