English 中文(简体)
2003年MS Access - VBA在密码操作后打开的参数箱子:汽车“ok”?
原标题:MS Access 2003 - VBA for Parameter box that open after code is run: auto "ok"?

因此,有一个参数箱,在 but子点击事件发生后打开,在单箱中用斜体表示数据。 例如:

me.listbox.rowsource = "SELECT tblMain.ID, TblMain.FirstName, TblMain.LastName, tblMain.MobileNumber FROM tblMain;"

那么,就如:

me.recordcounter = me.listbox.listcount

出于某种原因,当我点击这一事件时,它仍然 throw上了要求提供移动号码的排泄箱子? 如果你只是通过点击,你就会看到所有结果,我会想。 是否有办法可以写出一些东西,自动告诉 that被点击的盒子,甚至看上去。 或者,这是否比随机痛苦更糟?

感谢

EDIT:

apologies i just noticed that everything (all controls, etc) are in the form header?? too many people have access to this, its all mucked up. sorry...much fixes to do before I can even ask a legit question. acbSoundex from Cookbook is also in here and throwing this for a loop. 感谢 though

最佳回答

www.un.org/Depts/DGACM/index_spanish.htm 如果问询包含field/param,参数箱将出现。 页: 1

看来,机动车场(如果你说什么的话)可能不正确,或者不属于下游桌/频率。

确切地说,您提供的询问,或提供表格结构,以便我们能够看一看。

问题回答

暂无回答




相关问题
Handling no results for docmd.applyfilter

I have an Access app where I use search functionality. I have a TextBox and a Search Button on the form, and it does a wildcard search of whatever the user enters in the TextBox, and displays the ...

Outlook 2007 CommandBarControl.Execute won t work

I recently switched to Outlook 2007 and noticed that my VBA-macros won t work. I use the following code to open a new appointment-item (and fill it automatically). It worked perfect in Outlook 2003, ...

Connecting to Oracle 10g with ODBC from Excel VBA

The following code works. the connection opens fine but recordset.recordCount always returns -1 when there is data in the table. ANd If I try to call any methods/properties on recordset it crashes ...

MS Access: list macro from VBA

I have to deal with a few macros (not VBA) in an inherited Access application. In order to document them, I would like to print or list the actions in those macros, but I am very dissatisfied by ...

热门标签