hi everyone,
I am a beginner in memo fields. I know how to create the field in a table but I don't know how to store and retrieve values (programatically).
Is it just the same with character fields like this; Replace Employee.name With "Juan Dela Cruz" ? and this;
Thisform.Text1.Value = Employee.name ?
I am a beginner in memo fields. I know how to create the field in a table but I don't know how to store and retrieve values (programatically).
Is it just the same with character fields like this; Replace Employee.name With "Juan Dela Cruz" ? and this;
Thisform.Text1.Value = Employee.name ?