插入数据从形式到表 [英] Inserting data from a form into a table

查看:81
本文介绍了插入数据从形式到表的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

它已经可能3年,因为我不得不使用VB或VBA code。我正在工作,我需要把列出的表格上的信息,并将其插入到表中的项目。我是停留在为c的值部分$ C $的最后一部分。这是我到目前为止所。

it's been probably 3 years since I have had to use VB or VBA code. I am working on a project for work where I need to take the information that is listed on the form and insert it into a table. What I am stuck on is the last part of the code the values part. This is what I have so far.

INSERT志愿者(姓名,邮箱,号码,紧急联络,紧急号码)VALUES(这是我卡住)

INSERT Volunteers (Name, Email, Number, Emergency Contact, Emergency Number) VALUES (and this is where I get stuck)

感谢大家提前!

推荐答案

INSERT志愿者(姓名,邮箱,号码,紧急联络,紧急号码)VALUES('NAME_VALUE','Email_Value,数值要打','Emergency_Value, 数值要打) 是语法这里更多的信息更详细信息链接到SQL插入

INSERT Volunteers (Name, Email, Number, Emergency Contact, Emergency Number) VALUES ('Name_Value','Email_Value','Number_Value','Emergency_Value','Number_Value') is the syntax for more info here is more details Link to SQL Insert

这篇关于插入数据从形式到表的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆