A
Ansar Malik
Guest
Hi,
Can anyone let me know how to write Vb code to do something like this
Delete * from mytable;
PARAMETERS [tab] Text ( 255 );
INSERT INTO mytable
SELECT [tab].*
FROM [tab];
basically delete then copy aother table into it and be prompted for the table name.
thanks
Can anyone let me know how to write Vb code to do something like this
Delete * from mytable;
PARAMETERS [tab] Text ( 255 );
INSERT INTO mytable
SELECT [tab].*
FROM [tab];
basically delete then copy aother table into it and be prompted for the table name.
thanks