Can anybody help me in filling an Access database table in one field
from a serial port using VB 6.0.Data coming from the serial port can be seen in the VB text box line by line.I want to store every line under a field and can manipulate.How can i use MSComm command ? Can this command work -for example 'Data2.RecordSource = Text1.Text'
Eh?! What's the point repeating the words of the OP?
MSComm32 control can be used for serial port communication and for database handling (MS Access), you may use ADODB.