发布网友 发布时间:2024-10-20 16:24
共2个回答
热心网友 时间:2024-10-24 12:21
use 用户表go toplocate for alltrim(用户表.用户名) = 'gao' and alltrim(用户表.用户密码) = '123456'if found()do from 另一个表单名rele thisformelsemessagebox("用户名或口令错误",16,"系统提示")endif热心网友 时间:2024-10-24 12:21
看我给你的项目,里面有登录页面