Hello,
I used this query alone and it worked:
INSERT INTO MLog (member_id,service,month_year,units_qty) values("78","Quilt","01/2005",0)
I would like to use this within a procedure, something like this:
If condition then
insert record
endif
But Access does not seem to encourage this.
Can you please help me put the puzzle together.
Thanks much
AHVC
I used this query alone and it worked:
INSERT INTO MLog (member_id,service,month_year,units_qty) values("78","Quilt","01/2005",0)
I would like to use this within a procedure, something like this:
If condition then
insert record
endif
But Access does not seem to encourage this.
Can you please help me put the puzzle together.
Thanks much
AHVC