表单的多个实例 - 选择的记录ms访问97 [英] multiple instances of a form - selected records ms access 97

查看:53
本文介绍了表单的多个实例 - 选择的记录ms访问97的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

任何人都可以指出我正确的方向:

处理从搜索表格中选定记录打开的表格的多个实例


我可以得到多种形式归功于 allen browne & msdn

如何获取新的实例移动到从搜索表单中选择的记录的表单?


非常感谢您的帮助!

can anyone point me in the right direction re:
handling multiple instances of a form opened from selected records in a search form

I can get multiple forms thanks to allen browne & msdn
howto get the new instance of the form to move to the record selected from the search form?

thank you your help is muchly appreciated!

推荐答案


任何人都可以指出我正确的方向re:

处理从搜索表单中选定记录打开的表单的多个实例


感谢 allen browne & ; msdn

如何获取新的实例移动到从搜索表单中选择的记录的表格?


谢谢你的帮助非常感谢!
can anyone point me in the right direction re:
handling multiple instances of a form opened from selected records in a search form

I can get multiple forms thanks to allen browne & msdn
howto get the new instance of the form to move to the record selected from the search form?

thank you your help is muchly appreciated!



只需订阅,当我有机会时,我会根据您的特定需求调整Mr. Browne的代码,但首先:

Just subscribing, when I get the chance I''ll adapt Mr. Browne''s code to your specifc needs, but first:

  1. 您的搜索表单的名称是什么?
  2. 将显示搜索结果的表单名称是什么?
  3. 什么是此显示表单的记录来源?
  4. 您要搜索的字段的名称和数据类型是什么?
  5. 此搜索字段是主键还是至少是唯一的索引?
  6. 是否有应创建的最大实例数?
  7. 您认为相关的任何其他信息。


感谢您的帮助Adezii


您的搜索表单的名称是什么?

frmsearch

frmsearch使用基于此示例的逻辑


显示海洋的表格名称是什么结果?

frmsearch


您要搜索的字段的名称和数据类型是什么?

多种类型filter(text / date / combo) - 参考上面的例子


这个显示表格的记录来源是什么?

tbltime


这个搜索字段是主键还是至少一个唯一索引?

NO ^见上面


将过滤器应用于frmsearch用户可以然后从frmsearch上显示的记录列表中选择一条记录。这将以新的形式打开所选记录 - frmtime - 进行编辑。


是否有应创建的最大实例数?

NO


您认为相关的任何其他信息。


快速背景

v.simple数据库

搜索表单显示已过滤的列表

用户从列表中选择记录进行编辑?打开新表单来编辑记录

我想允许这个编辑表单的多个实例允许多个同时编辑。


我可以使用这个获得多个表单< a rel =nofollowhref =http://allenbrowne.com/ser-35.htmltarget =_ blank>示例


我可以获得表格使用模态窗体在主键上显示带有DoCmd.Open,stLinkCriteria方法的选定记录。


我正在寻找的是一种结合这两种方式的方法 - 多个实例frmtime显示从frmsearch中选择的记录


谢谢
thanks for your help Adezii

What is the Name of your Search Form?
frmsearch
frmsearch uses the logic based on this example

What is the Name of the Form that will display the Search Results?
frmsearch

What is the Name and Data Type of the Field you will be searching on?
Multi type filter (text/date/combo) - refer to example above

What is the Record Source of this Display Form?
tbltime

Is this Search Field the Primary Key or at least a Unique Index?
NO ^see above

Applying filter to frmsearch user can then select a record from list of records displayed on frmsearch. This opens the chosen record in a new form - frmtime - for editing.

Is there a Maximum number of Instances which should be created?
NO

Any other information you may think is relevant.

quick background
v.simple database
search form shows filtered list
user selects record from list for editing ? opens new form to edit record
I want to allow multiple instances of this edit form to allow multiple simultaneous edits.

I can get multiple forms using this example

I can get form to display selected record with DoCmd.Open ,,stLinkCriteria method on the primary key using a modal form.

what I am looking for is a way to combine these two things - multiple instances of frmtime which display the record selected from frmsearch

thanks



感谢您的帮助Adezii


您的搜索表单的名称是什么?

frmsearch

frmsearch使用基于此示例


表格的名称是什么显示搜索结果?

frmsearch


您要搜索的字段的名称和数据类型是什么?

多类型过滤器(文本/日期/组合) - 参考上面的例子


这个显示表格的记录来源是什么?

tbltime


此搜索字段是主键还是至少是唯一索引?

NO ^见上文


将过滤器应用于frmsearch用户然后可以从列表中选择一条记录frmsearch上显示的记录。这将以新的形式打开所选记录 - frmtime - 进行编辑。


是否有应创建的最大实例数?

NO


您认为相关的任何其他信息。


快速背景

v.simple数据库

搜索表单显示已过滤的列表

用户从列表中选择记录进行编辑?打开新表单来编辑记录

我想允许这个编辑表单的多个实例允许多个同时编辑。


我可以使用这个获得多个表单< a rel =nofollowhref =http://allenbrowne.com/ser-35.htmltarget =_ blank>示例


我可以获得表格使用模态窗体在主键上显示带有DoCmd.Open,stLinkCriteria方法的选定记录。


我正在寻找的是一种结合这两种方式的方法 - 多个实例显示从frmsearch中选择的记录的frmtime


谢谢
thanks for your help Adezii

What is the Name of your Search Form?
frmsearch
frmsearch uses the logic based on this example

What is the Name of the Form that will display the Search Results?
frmsearch

What is the Name and Data Type of the Field you will be searching on?
Multi type filter (text/date/combo) - refer to example above

What is the Record Source of this Display Form?
tbltime

Is this Search Field the Primary Key or at least a Unique Index?
NO ^see above

Applying filter to frmsearch user can then select a record from list of records displayed on frmsearch. This opens the chosen record in a new form - frmtime - for editing.

Is there a Maximum number of Instances which should be created?
NO

Any other information you may think is relevant.

quick background
v.simple database
search form shows filtered list
user selects record from list for editing ? opens new form to edit record
I want to allow multiple instances of this edit form to allow multiple simultaneous edits.

I can get multiple forms using this example

I can get form to display selected record with DoCmd.Open ,,stLinkCriteria method on the primary key using a modal form.

what I am looking for is a way to combine these two things - multiple instances of frmtime which display the record selected from frmsearch

thanks



只要你不是那么匆忙,我会看到我能做什么,但如果你匆忙,我很抱歉,但我对你没有多大帮助。在我收到你的消息之前,我会等待。

As long as you are not in that great of a hurry, I''ll see what I can do, but if you are in a rush, I''m sorry but I cannot be of much assistance to you. I''ll hold off until I hear from you.


这篇关于表单的多个实例 - 选择的记录ms访问97的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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