English 中文(简体)
转换为后点后点后,主要形式与次级的脱节——“管理准入”
原标题:Main form mislinking to subform after switching to Sharepoint back end - MS Access

Why would my form/subform mislink records using SharePoint List back end?

我有多年的MS Access经验,但这是我第一次把“SongPoint”清单作为后盾。

我开发了一个小型非盈利性数据库。 先从1台用户计算机进入365台前端和后端。 几个月来,这套数字是罚款和正确无误的,上个月,我们把后端移到“分享点清单”,以便另外两个用户能够使用数据库。 他们各自在台上都有前线。

有一种约束性形式,即与假冒相关的活动。 以这种形式提供的补贴、准期限与假装时间挂钩,以显示志愿人员的情况以及他们在活动上花费的时间。 在次级产品中,链接硕士被定为混杂物。 ID; Link Child Fields is set to tblVoltime. 活动信息。 没有任何其他的VBA代码。

We migrated to SharePoint Lists using the wizards, and did nothing else. Shortly afterwards, my user noticed that the wrong people were showing up under events. He can tell just by looking at the names.

我提出了审计问询,我可以发现,在某些情况下,假日(创记录的日期)的编号(日期)是假日。 这可能是正确的,因为你必须在笔录中记录,然后才能在笔录中记录相关记录。

例如,于2021年11月4日举办了第261号活动。 2021年10月7日建立了与这次活动有关的志愿人员的记录。 一些赛跑了。

欢迎任何建议。 我的想法包括:不统一表格;在保存活动记录之前隐藏该表;在用户实际增加任何数据之前制作活动记录。

最佳回答

确实,很难说。 但是,与移动访问数据不同,进入服务器的情况如何?

Moving data up to SharePoint is VERY MUCH a different process. Why?

即便是,在将数据移至“分享点”时,你(和你“所有照旧”的自动编号)常常重新编号。

Now, due to this re-numbering of auto numbers?

确实,这意味着在你迁移数据之前,你真心实意地、但真心实意地相信这些表格之间建立了关系。

In the case of Access, while in most cases we do have a correctly setup relatonship, to be honest, you REALLY never had to do that. In other words, if I setup a master link and child link for a sub form? Well, access would just generate the PK autonumbers for the main table, generate the pk autonumbers for the child table. And THEN during a data insert would correctly insert/set the "FK" values in that child table to the parent table. As long as the link master/child settings were correctly setup (but no actual relationship was setup), then the application would happy work.

如果将数据移至服务器? 而由于PK的汽车号是在这个上载过程中被触动的NOT号,因此所有关系及其数据都能够有效访问SQ服务器。

但是,在“Song Point”一案中? 各种表格的自动编号是和意愿的,在大多数情况下,都是重新制作!

但是,如果你利用“准入”提升数据,这往往不是一个问题。 它在“分享”支持中有所建树,并且说如果父母重新占领,从接触到分享点,以及“PK'id”的改变? 没有任何问题,因为如果你真的安定了,而且你确实重新设立了分区,那么移民过程就足够了,可以找到儿童再居住点,并更新科索沃家庭价值观。 但当然,如果你KNOWS了解真实情况,移民过程就能够做到这种魔.。

Another simple example? Say we have a simple form, and we have a SMIPLE combo box to pick say favor color.

tbColors ID (Auto number PK). Color (text color).

因此,我们现在有一个简单的表格,我们投下了一个 com子。 当我们从 com体中选择像“红”或“蓝色”这样的简单颜色时,我们当然会从上表中拯救“pk”。

如今,就象以上这样的简单表格而言,从未使用过,或两者兼而立。 (无需要——只是从bo子中选择的少数选择)。

And if you were up-size data to sql server? Again, this would work fine - no problem at all.

然而,如果你能够提升到分享点? 即便对这个简单的sil子来说,REALLY还是较好地建立了一种关系。 同样,理由也是简单的。 当单列数值的简单表格达到“共享点”时,自动编号的PK id将发生变化。 因此,对于使用该简单名单的任何其他表格而言? 您和司法部已经在你的关系窗口中确定,事实上这是关系——原因也是汽车数量重新编号。

因此,对于使用PK和FK价值的ANY关系? 查阅数据表(书目窗口)中已经界定了在使用“共享点”的所有情况下的“管理”。 同样,原因很简单——在一个高负荷的进程中,为了分享点,汽车号是WILL CHANGE! 而自这些变化以来,使用这些PK值(作为FK)的其他任何依赖表都是界定关系的一部分。 如果在移徙到SongPoint之前没有界定这些记录,那么,如果改变PK值,NOT将显示共享点,发现并正确更新所有“儿童”记录或所谓的FK值。

因此,首先要问的问题是,相关数字的突破是在很久以前(移民时间)发生的,还是由于某些错误的法典或错误的价值观被选定而造成这种中断?

因此,将相关数据移至“模棱两可”业务,主要原因当然是,随着你迁移的被迫关系,相关表格已经建立起来。 如果这种关系没有严格界定,那么在移徙过程中,以PK/FK值为基础的数据关系将在移徙时消失。

现在,一个简单的问题是,所涉这一次表没有正确的主子/儿童环境,这是第一个要检查的问题。

问题回答

When moving msaccess to sharepoint, the design must be FE-BE configuration. It is a bad idea to move business logic to MOSS.

  1. Move data tables
  2. relinking again to MOSS
  3. FE should be working, as co-existing, while developing native webapp
  4. get rid of BE after.

** why sharepoint ? move to SQL and co-existing is better.





相关问题
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 ...

access query to filter and combine count

i have two access tables tableA num count 1 7 2 8 3 9 4 9 5 13 6 6 tableB num count 0 1 1 14 2 12 3 5 4 5 5 11 6 5 how can i create an access query that ...

How to show File Picker dialog in Access 2007?

I want to show a dialog where the user can pick a file, click OK, and then the path to the file will be saved in the database. I have just one problem, I can t figure out how tho show the dialog ...

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 ...

Returning row number on MS Access

I have 4 tables, from which i select data with help of joins in select query...I want a serial no.(row number) per record as they are fetched. first fetched record should be 1, next 2 and so on... In ...

热门标签