Kav-soft.ru

ПК Софт
2 просмотров
Рейтинг статьи
1 звезда2 звезды3 звезды4 звезды5 звезд
Загрузка...

Subscript out of range access

Excel VBA «Subscript out of range» Ошибка Запуска ‘9’

Я попытался реализовать следующий код, чтобы я мог прочитать значение ячейки, а затем поместить это значение в другую ячейку на том же листе.

Рабочий лист имеет следующее имя: TestUserGuidance (без пробелов) Код выглядит следующим образом:

Может кто-нибудь посоветовать, где я ошибаюсь?

3 Ответа

Я думаю, что vba не может найти лист TestUserGuidance. Если я запускаю следующее В окне immediate, я получаю ошибку «Object doesn’t support this property or method»:

Если я запускаю это, я получаю ошибку, которую вы упоминаете «индекс вне диапазона»:

Это говорит мне о том, что активная книга неверна, так как вы получили бы другую ошибку, если бы vba смог найти рабочий лист. Можете ли вы попробовать добавить ThisWorkbook (а также использовать диапазон)?

Другой вариант-переименовать рабочий лист:

Тогда вам не придется беспокоиться об активной книге (а также получить intellisence):

Кроме того, я бы предложил вам внести все исправления, предложенные другими. В противном случае у вас, скорее всего, возникнут другие проблемы.

Наконец, если рабочий лист похож на шаблон, и структура не изменится, вам будет лучше просто использовать формулу (т. е. формулу E1: =B1). Даже если есть условная логика, ее легче поддерживать в виде формулы, а не кода vba.

Вот некоторые шаги по устранению неполадок:

Переключите точку останова на линии, где задано значение dblPower, щелкнув по серой области слева:

Также откройте окно немедленного доступа, если его еще нет, нажав ctrl+g:

При запуске кода он должен остановиться в точке останова. Теперь вы можете проверить, что находится в области видимости. Попробуйте ввести следующее В окне немедленного ввода и нажмите клавишу Ввод:

Обратите внимание, что вы также можете шагать по строке кода, нажимая клавишу F8, когда курсор находится где-то внутри подпрограммы. Суть в том, что вам может потребоваться изучить код строка за строкой, чтобы понять это.

Это способ заставить ваш код работать:

При использовании «E1» или «B1» следует использовать Range , а не ячейки. В моем ответе Worksheets(1) относится к Worksheets(«TestUserGuidance») .

Только dblRoadSpeed объявляется как double. Чтобы исправить это, объявите все свои переменные как индивидуальные, в vba вы можете сделать это двумя способами.

Кроме того, вам не нужно объявлять какую-либо переменную, чтобы делать то, что вы делаете. Вы можете скопировать значение в один шаг.

Похожие вопросы:

Я пытался обернуть свою голову вокруг использования циклов и массивов и собрал приведенный ниже пример, который берет имена листов из таблицы на листе и сохраняет их в массиве, из которого.

Я попытался получить вывод следующего кода, но его выдает Ошибка Ниже приведен код: Dim strRisk() As String Dim riskLen As Integer strRisk = SplitMultiDelims(ActiveCell.Offset(0, 9).Value, @) MsgBox.

Я пытаюсь использовать VBA, чтобы открыть гиперссылки из моего excel, используя следующий код: numRow = 1 Do While WorksheetFunction.IsText(Range(E & numRow)) ActiveSheet.Range(E &.

Я новичок в Excel VBA и начал создавать книгу отслеживания времени для обучения. Частью этого является цикл For, который должен добавлять один именованный лист для каждого месяца в году: Sub.

В моей программе, если field_to_split содержит пустую строку, то я получаю следующую ошибку: Run-time error ‘9’: Subscript out of range Как временный fix, я добавил в On Error Resume Next , потому.

Private Sub Worksheet_Change(ByVal Target As Range) Dim b As Integer b = 0 Dim cell As Range Dim rgn As Range Set rgn = Range(f2:f200) For Each cell In rgn If IsEmpty(cell) = False Then b = b + 1.

Я наткнулся на ошибку, которую, похоже, не могу решить после нескольких часов поиска в интернете подобных ошибок, которых я нашел дюжину, но они, похоже, не вписываются в эту ситуацию. Установка.

Я пытаюсь заполнить массив Hrs значениями, обусловленными тем, являются ли определенные ячейки пустыми или нет: Sub Add_training_hrs() Dim Rng1, Rng2 As Range Dim m, n As Integer Dim Hrs() As Double.

Я новичок в VBA Excel. Я пытаюсь сравнить ячейки из двух разных листов, и если они одинаковы, мне нужно выполнить расчет, как показано ниже. Проблема в том, что при запуске я получаю Run-Time error.

у меня есть некоторый код, который я написал, используя вектор 2d вместо массива 2d, однако когда я иду, чтобы запустить его, все, что он говорит, — это vector subscript out of range. любая помощь.

Читайте так же:
Поле мемо в access 2020

Subscript out of range access

кацапосрачмученiкъ

Профиль
Группа: Экс. модератор
Сообщений: 3103
Регистрация: 28.3.2002
Где: strawberry fields

Репутация: нет
Всего: 88

For i = 33 To 200

For j = 1 To 200
If Application.Worksheets.Item(«31»).Cells(i, 7) = Application.Worksheets.Item(«nad»).Cells(j, 2) Then

Application.Worksheets.Item(«nad»).Cells(j, 7) = Application.Worksheets.Item(«31»).Cells(i, 7)
Application.Worksheets.Item(«31»).Cells(i, 11) = Application.Worksheets.Item(«31»).Cells(i, 11)+ Application.Worksheets.Item(«nad»).Cells(j, 4)

пишет subscript out of range, что означает попытку вызвать несуществующий элемент коллекции.
если убрать из кода ту часть, которую я выделил жирным все работает.

P.S. я хотел не просто вставить в ячейку значение а приплюсовать его, может есть какие-то специальные методы?

Советчик

Профиль
Группа: Модератор
Сообщений: 20437
Регистрация: 8.4.2004
Где: Зеленоград

Репутация: 24
Всего: 449

О(б)суждение моих действий — в соответствующей теме, пожалуйста. Или в РМ. И высшая инстанция — Администрация форума.

1. Публиковать ссылки на вскрытые компоненты

2. Обсуждать взлом компонентов и делиться вскрытыми компонентами

  • Несанкционированная реклама на форуме запрещена
  • Пожалуйста, давайте своим темам осмысленный, информативный заголовок. Вопль «Помогите!» таковым не является.
  • Чем полнее и яснее Вы изложите проблему, тем быстрее мы её решим.
  • Оставляйте свои записи в «Книге отзывов о работе администрации»
  • А вот тут лежит FAQ нашего подраздела

Если Вам понравилась атмосфера форума, заходите к нам чаще!
С уважением mihanik и staruha.

[ Время генерации скрипта: 0.1168 ] [ Использовано запросов: 21 ] [ GZIP включён ]

How To Fix Subscript out of range when importing into access 2010 from excel

To Fix (Subscript out of range when importing into access 2010 from excel) error you need to follow the steps below:

Совместимость : Windows 10, 8.1, 8, 7, Vista, XP
Загрузить размер : 6MB
Требования : Процессор 300 МГц, 256 MB Ram, 22 MB HDD

Ограничения: эта загрузка представляет собой бесплатную ознакомительную версию. Полный ремонт, начиная с $ 19.95.

Подзаголовок вне диапазона при импорте в доступ 2010 от excel обычно вызвано неверно настроенными системными настройками или нерегулярными записями в реестре Windows. Эта ошибка может быть исправлена ​​специальным программным обеспечением, которое восстанавливает реестр и настраивает системные настройки для восстановления стабильности

If you have Subscript out of range when importing into access 2010 from excel then we strongly recommend that you Download (Subscript out of range when importing into access 2010 from excel) Repair Tool .

This article contains information that shows you how to fix Subscript out of range when importing into access 2010 from excel both (manually) and (automatically) , In addition, this article will help you troubleshoot some common error messages related to Subscript out of range when importing into access 2010 from excel that you may receive.

Примечание: Эта статья была обновлено на 2020-03-27 и ранее опубликованный под WIKI_Q210794

Contents [show]

Апрельское обновление 2020:

We currently suggest utilizing this program for the issue. Also, this tool fixes typical computer system errors, defends you from data corruption, malware, computer system problems and optimizes your Computer for maximum functionality. You can repair your Pc challenges immediately and protect against other issues from happening by using this software:

  • 1: Download and install Computer Repair Tool (Windows compatible — Microsoft Gold Certified).
  • 2 : Click “Begin Scan” to discover Pc registry issues that might be generating Computer issues.
  • 3 : Click on “Fix All” to fix all issues.

Meaning of Subscript out of range when importing into access 2010 from excel?

Subscript out of range when importing into access 2010 from excel is the error name that contains the details of the error, including why it occurred, which system component or application malfunctioned to cause this error along with some other information. The numerical code in the error name contains data that can be deciphered by the manufacturer of the component or application that malfunctioned. The error using this code may occur in many different locations within the system, so even though it carries some details in its name, it is still difficult for a user to pinpoint and fix the error cause without specific technical knowledge or appropriate software.

Читайте так же:
Access recordset примеры

Causes of Subscript out of range when importing into access 2010 from excel?

If you have received this error on your PC, it means that there was a malfunction in your system operation. Common reasons include incorrect or failed installation or uninstallation of software that may have left invalid entries in your Windows registry, consequences of a virus or malware attack, improper system shutdown due to a power failure or another factor, someone with little technical knowledge accidentally deleting a necessary system file or registry entry, as well as a number of other causes. The immediate cause of the «Subscript out of range when importing into access 2010 from excel» error is a failure to correctly run one of its normal operations by a system or application component.

More info on Subscript out of range when importing into access 2010 from excel

We are not able to import is 66 lakhs. Importing rows Office 2010 I’m working with at a time that excel file. When I’m importing an Excel spreadsheet into an Access DB the import wizard gives me a dialog box stating that the subscript is out of range.

I kept having a runtime error one sheet and paste it on another worksheet (Summary_Receipt_Fees) from B2 onwards. My codes is to copy the data from B6 onwards from that said subscript out of range.

if ubound(q)>=1 then
If Not Best Regards
iboumiza

fixed ! Cells(Int(q(0)), Int(q(1))).Value = «» Then
.

Any suggestions is in ReasCount. and with and without the () brackets. The error is a line. (especially since using access 2007 multivalue lists do not work well in vba. I really need some

When entering the «Reason» field, if an Overall Result field is «2» (which equals at 11 fields and then corresponds them to the correct error. Right now I’ve been getting an the correct error and chk is the showing the correct number. I have the following code in which an array looks or questions? Putting my cursor over the fields show that ReasArray is pulling for looking at this post.

The error error on the line ReasCount(chk) = ReasArray(i). If there are multiple errors, my result should be a small list of the errors. George

I’ve used it as a variant a Fail), then the loop kicks in to count and respond the failed items.

Hi everyone, thank you Subscript out of Range error. I’ve thought about returning an array so I can list multiple values in one feedback on this one. Решено: Excel 2010 v Excel 2003 Ошибка Действительный диапазон

Недавно мы перешли из _ABE2 «

Может ли кто-нибудь помочь мне с этим? Он будет показывать что-то Office 2003 для Office 2010. Это имя было заменено на диске C.

Я не знаю, как это сделать.

Мне нужно остановить его от появления и Индекс вне диапазона

I have an array declared and LBound(UserListArray)
UBound(UserListArray)

not initialized as:
Public UserListArray() As String.

It refers to this line:

selectedMfsPrices(numMfsSelected) = are selected
‘allCarMfs() holds the name of Cars.
‘SelecetedCarMfs() holds the selected Cars. Heres the rest allMfsPrices(i)

Any help would be much welcomed. code to output car manufacturers names and prices, through a user form. However when I try to execute my code it says «Subscript out of range».

Private Sub cmd_ShowSelected_Click()
Dim i prices of Mfs
‘Second part holds selected prices of Mfs
Dim allMfsPrices() As Double, selectedMfsPrices() As Double

Hi I’m new at VBA I have been writing up a Of manufacturers.
‘numMfsSelected is used to count how many times Mfs of my code.

Second part the array containing selected Mfs
ReDim Preserve selectedCarMfs(numMfsSelected)
ReDim Preserve selectedMfsPrices(numMfsSelected)
Sheet2.Activate
list_SelectedMfs.List = selectedCarMfs

ReDim allMfsPrices(numlistedItems), selectedMfsPrices(numlisedItems)

i believe should be

ReDim allMfsPrices(numlistedItems), selectedMfsPrices(numlisTedItems)

you left the ‘t’ out of ‘numlistedItems’

Dim numlistedItems As Integer, numMfsSelected As Integer
Dim allCarMfs() As String, selectedCarMfs() As String

‘First part holds As Integer

Читайте так же:
Access проверка на null

odd error which is coming up with «subscript out of range (te)». my entire code below. Again, I’ve pasted

I have pasted the entire code below.

Anyway, after typing in the script, I am now getting an Importing Excel to vb 2010

Im using a vb is encoded in excel) from excel to my visual basic program. Im trying to create a program that will import information (what

Q = Split(RULES(i, 6), «;»)
Rollin

that you have not included in your code? Best Regards

Is «RULES» a separate function

Did you install or remove something right about that time?Windows 7 News! Когда это началось? runtime error 9 subscript out of range, huh?

For the last few days, when I open a toolbars at the top of the screen, just under the regular IE toolbar. It URL to another, same error message. I don’t know where which I prefer. I’ve never seen that and got no results.

Also when I change from one error box, it says ‘whaimager’. I clicked view/toolbars/whaimager toolbar got rid of those toolbars, so I think they are related. Only IE, and found no help there. Oh, btw, there is no longer an going on?

I think the error message started showing up when I the toolbars came from. The odd thing is, a few days ago I suddenly had 2 extra before on an error box. Anyone have any idea what’s had a lot of options for search engines, like google, alta vista, etc. The other thing is, I do not get the error message when I use my yahoo browser.

At the top of the is gone. I googled whaimager new window in IE I get this error message. I’ve checked microsoft knowledge base and both extra toolbars disappeared. One was a yahoo toolbar, and one said «my seach» and it option in view/toolbars for a whaimager toolbar.

I think it’s a oppinions? What did exe files, all were working fine. Last night I downloaded some problem with the unicode.

Thanks you download?

Some of the exe files start for x64 installed on my laptop.

Hi, dear friends. Any a while about 1-2 sec and crashes.

They generally mean that VBA has stumbled go on. I could

Best of you can do with that? Why don’t you see what upon a statement that it can’t figure out. luck!
Solved: Subscript out of range error without using macro!

Am trying to import Excel data into Access (using 2007 versions but

Any help welcome!! all files saved as 2000 format) and getting ‘subscript out of range’ error. I looked around for similar problems and found it mostly occurs when running macros, which I am not.

Привет всем
Something for Excel specialists out there. сообщение Ошибка времени выполнения «9»

привет всем, я продолжаю получать это сообщение Run
Какую программу вы используете?
Может кто-нибудь помочь, пожалуйста, поблагодарить u
Ошибка времени «9». CD ROM player — run-time error 9 — subscript out of range

Если вам кажется, что вам нужна помощь. И я хотел записать их имя в приложении. Я пытаюсь взять с собой имена и соответствующие данные?

Может ли кто-нибудь помочь мне посетить карту для каждого человека.

Im in from «Sheet4» и добавьте эти данные в другие листы. Каждый лист будет иметь имя вкладки внизу. Итак, есть ли быстрый способ добавления вкладок 120 в нижней части файла? Excel 2010 vba range с использованием переменной

Идентифицировал последнюю строку, содержащую данные, и назвал ее: . Диапазон («A1: LastDataRow») . sub: 1. Отлично работает как Selection.AutoFill Destination: = ActiveCell.Range («A1: A181»), Type: = _ xlFillDefault (зная, что строка 181 является последней, содержащей данные) 3.

Пробовал . делать это программно. Однако, хотел бы поблагодарить. Строка VBA (а позже делает связанные вещи в других местах в электронной таблице).

но, похоже, не может найти правильный способ выразить это. Будем признательны за любую помощь. Не работает и не используется множество других альтернатив. Не сомневайтесь, что синтаксис неверен. Впоследствии нужно автозаполнение столбца до последних данных LastDataRow = ActiveSheet.UsedRange.Rows.Count2. Условное форматирование для диапазона дат в Excel 2010

Затем примените таблицу с условным примером.

Читайте так же:
Vba access переход к записи

Форум казахстанского налогоплательщика

Поиск по всем бухгалтерским и налоговым сайтам Казахстана:

  • Список форумовПрограммное обеспечение НК МФ РКИНИС
  • Написав интересную тему — получите приглашение
  • FAQ
  • Вход
  • Налогоплательщику
    • Налоговый и бухгалтерский учет
      • Налоговый и бухгалтерский учет
      • Избранное
      • Видео записи и слайды по Налоговому Кодексу
    • Специальные налоговые режимы
    • Налоговые проверки
    • Труд зарплата кадры
    • Экономика и финансы Казахстана и мира
  • Налоговые программы
    • Основные
    • Скачать налоговые программы
    • Общие вопросы налоговых программ
      • Общие проблемы налоговых программ
      • Избранное
      • Не принята сервером форма Коды ошибок
      • Как создать профайл
      • Как запросить уведомление
      • Как отправить дополнительную форму
    • СГДС-3
      • Форум о проблемах СГДС
      • Избранное
      • Рекомендуемые настройки СГДС
      • Как устанавливать или обновлять СГДС3
      • СГДС 202
    • ЭФНО
      • Форум о проблемах ЭФНО
      • Избранное
      • Как устанавливать или обновлять ЭФНО
      • ИС ЭФНО для госслужащих ф.210
    • ИСИД
      • Форум о проблемах ИСИД
      • Избранное
      • Как устанавливать или обновлять ИСИД
    • ИС НДС
      • Форум о проблемах ИС НДС
      • Избранное
      • Как устанавливать обновлять ИС НДС
    • ИС НДС
      • Форум о проблемах ИС НДС
      • Избранное
      • Как устанавливать, обновлять ИС НДС
    • ИНИС
      • Форум о проблемах ИНИС
      • Избранное
      • Как устанавливать или обновлять ИНИС
      • Ошибка 20000 verifyresult
    • А также
    • ИС МОП
      • Форум о проблемах ИС МОП
      • Избранное
      • Как устанавливать или обновлять ИС МОП
    • ИС Акциз Декларант
      • Форум о проблемах ИС Декларант
      • Избранное
      • Как устанавливать, обновлять Декларант
    • Как начать работать с налоговыми програмами
    • Графики состояния загруженности серверов НК
    • Другие программы
    • Кабинет налогоплательщика РК
    • ИС СОНО
  • Клуб Налогоплательщиков
    • Как вступить в Клуб
    • Информационные выпуски
  • Другое
    • Другие вопросы
    • Беседка
    • Компании
    • Полезные сайты
    • О работе Форума налогоплательщиков РК
    • Помочь нам СМС-кой
  • Законы для НП
    • Раздел: Законы для налогоплательщиков
    • Избранное
    • Налоговый кодекс РК 2009
  • Регистрация
    • Регистрация
    • Забыли пароль?
    • Повторно выслать код активации
    • Вход

Как зарегистрироваться на форуме?

Блог имени kadirova (темы, которые создал(а) участник форума kadirova)

В ИНИС: Ошибка приёма данных: 9, Subscript out of range

В ИНИС: Ошибка приёма данных: 9, Subscript out of range

kadirova » 19 окт 2009, 09:41

Эта тема в сообществах:

Re: Ошибка транспортной системы -2147418113 OLE error 80040405

kadirova » 19 окт 2009, 11:23

Re: В ИНИС: Ошибка приёма данных: 9, Subscript out of range

sokref » 19 окт 2009, 11:38

Re: В ИНИС: Ошибка приёма данных: 9, Subscript out of range

kadirova » 19 окт 2009, 16:36

а теперь по всем фирмам гонит вот такую ошибку

19.10.2009 16:36:05 Ошибка приёма данных: 10002, В локальной базе данных нет сведений о запросе с queryId= 0x10cd00109d39. Вероятно необработанный запрос удален пользователем либо утерян в результате переустановки программы e-inis-client.

Re: В ИНИС: Ошибка приёма данных: 9, Subscript out of range

Кайрат-F2 » 20 окт 2009, 11:00

Сделайте переустановку как посоветовал в соседней теме и сообщите результат. Ошибка «Ошибка приёма данных: 9, Subscript out of range» повторяется? Не должна.

  • Похожие темы Ответы Просмотры Последнее сообщение
  • Ошибка 1004 [ИНИС Невозможно открыть базу данных: 1004]
    Kalimash » 19 июн 2008, 12:59 6 Ответы 1936 Просмотры Последнее сообщение BMZ
    18 сен 2009, 16:30
  • Изменения регистрационных данных через ИНИС в форме 004.00
    1 , 2 vad1 » 06 окт 2008, 00:31 20 Ответы 5591 Просмотры Последнее сообщение Vadim Popov
    20 дек 2010, 12:51
  • [ИНИС] Невозможно открыть базу данных: 3050 блокировка файла
    marishok7 » 30 июн 2009, 11:15 4 Ответы 1322 Просмотры Последнее сообщение marishok7
    30 июн 2009, 12:06
  • Ошибка 20000 Ошибка транспортной системы СГДС в ИНИС
    Artem » 08 май 2008, 11:50 16 Ответы 11971 Просмотры Последнее сообщение shurik_kz
    15 сен 2010, 23:13
  • Ошибка 0 [в ИНИС Ошибка транспортной системы СГДС]
    Marina » 16 июл 2008, 15:51 17 Ответы 2268 Просмотры Последнее сообщение Кайрат-F2
    14 окт 2010, 20:36

Кто сейчас на конференции

Сейчас этот форум просматривают: нет зарегистрированных пользователей и гости: 3

Subscript Out of Range Excel to Access

billgyrotech1 said: 06-30-2019 05:09 AM

Subscript Out of Range Excel to Access

I was successful importing data from Excel to Access except for tables ‘AFRs’ and ‘AFRsParts’.

I attached the files and would appreciate it very much if someone can help me to get the data into Access.

Читайте так же:
Access итоговая сумма в запросе

June7 said: 06-30-2019 05:31 AM

billgyrotech1 said: 06-30-2019 05:39 AM

June7 said: 06-30-2019 06:25 AM

Subscript out of range happens when table selected doesn’t match the worksheet.

I get type conversion import errors on TechnicianID, RepairmanID, DispositionID columns, 3 rows for Pressure (728, 1434, 1691), 1 for Temperature (row 1552). Those pressure and temperature values have comma or > instead of period. It’s odd those 4 failed because you are saving to text fields. After fixing, 323 rows fail for ID fields.

Why are you saving temperature, humidity, pressure to text fields? I changed to number type and those import fine.

AFRsParts fails with error «Field Quantity doesn’t exist in destination table».

billgyrotech1 said: 06-30-2019 06:32 AM

June7 said: 06-30-2019 06:49 AM

I get type conversion error on 26 rows for Quantity. Examples of issue: row 9602 value is 40″, row 9691 value is 2 IN.

Advise not to use spaces nor special characters in field names. If you have control over the Excel file, suggest you change Part Number and PO # names as well.

billgyrotech1 said: 06-30-2019 06:50 AM

June7 said: 06-30-2019 06:51 AM

billgyrotech1 said: 06-30-2019 07:08 AM

billgyrotech1 said: 06-30-2019 07:12 AM

I noticed on my AFRsParts table there are spaces in the names of :

Should these be corrected without the spaces?

There is a PartNumber field in another table.

June7 said: 06-30-2019 07:22 AM

Those field names shoudn’t be a problem for the import, but can cause frustration in other situations.

Is this import a one-time exercise?

Only 9 records imported or didn’t import?

billgyrotech1 said: 06-30-2019 07:24 AM

June7 said: 06-30-2019 09:03 AM

I fixed the 26 rows in AFRsParts sheet. All but 50 rows imported. Unfortunately no errors table generated so I have no idea which rows. However, I think the cause is there are no related records in AFRs table. I tried to copy/paste the worksheet and that is the error message I get.

So, went and tried copy/paste of AFRs. Get an error «data is too long for field» and a paste errors table generated. Only 1 row failed — AFRsID 3516. RepairManual value is too long. I changed «Trim Cable Test Procedure» to «Trim Cable Test Proc».

If you want the AFRsID in worksheet to be saved into table, field in AFRs cannot be autonumber with copy/paste. An INSERT query can force the values entered to autonumber field, which is basically what the import wizard does. I created a new field AFRsIDtemp (number type Indexed no duplicates), deleted AFRsID field, renamed AFRsIDtemp to AFRsID, copy/pasted from Excel, made copy of table structure only and set AFRsID as autonumber in new table, ran INSERT SELECT sql, deleted original table, renamed new one. Always run C&R afterward to reset the autonumber seed.

Here is the db with data imported. Had to break table relationships. I will let you reset them. AFR System 20.3.zip

billgyrotech1 said: 06-30-2019 11:24 AM

Thank you June I reset the relationships. My Main Form is different now it is missing the Exit Database button. Also it doesn’t maintain tabs going from one form to another and the reports too.

I have to exit the application anytime I go to another form or report.

orange said: 06-30-2019 11:24 AM

Did you do a sample test before you ran the full import??
Analysis, review and testing are critical parts to developing a database — or any project for that matter.

I know I have suggested the articles at the Database Design and Planning link in my signature to you before, but I’d
like to impress upon you once again how important planning and testing are.

Although you said

after reviewing June’s efforts and results, I think you would agree that «successful» may not be the proper term for your import activity.
Hang in, at some point, concepts and recommended techniques will overtake your current approach.

голоса
Рейтинг статьи
Ссылка на основную публикацию
Adblock
detector