我已经定义了一个全局变量:chosen_operator 然后,我需要在字段[op_choice]
中搜索表单并找到包含此变量的记录集尝试:
Dim rstformat As Recordset
With Forms("form_list_of_columns").rstformat
.FindFirst CHOSEN_OPERATOR
End With
不起作用
我也试过
DoCmd.FindRecord CHOSEN_OPERATOR,, True,, True
总是告诉我未定义的对象或...与方法不匹配....
任何想法?
答案 0 :(得分:0)
尝试
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.postgresql_psycopg2',
'NAME': 'postgres',
'USER': 'user',
'PASSWORD': 'password',
'HOST': '**localhost**',
'PORT': '5432',
}
}
如果[op_choice]是数字,请删除单引号