473,413 Members | 1,829 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,413 software developers and data experts.

Search Engine issue

Hello everyone I have a problem in my database that I’ am trying to create. I’m made a search engine/input form database. I have a Table called Tbl_Main and in this table there are some fields name (Location1, Quantity and Reference Number). Next I have a form called Frm_SearchEngine with an unbound text field called Txt_ScanLoc and a button. This is what I have in my button
Expand|Select|Wrap|Line Numbers
  1. Private Sub Command21_Click()
  2.    If IsNull(Me.Txt_ScanLoc) = False Then
  3.     Me.Recordset.FindFirst "[Location1]='" & Me.Txt_ScanLoc & "'" 
  4.            If Me.Recordset.NoMatch Then
  5.         MsgBox "No record found", vbOKOnly + vbInformation, "Sorry"
  6.             Me!Txt_ScanLoc = Null
  7.             Else
  8.              DoCmd.OpenForm "Frm_Physical Inventory Window"
  9.       End If
  10.    End If
  11. End Sub
This works fine. My problem is when the second form opens up which is called frm_Physical inventory Window and it contains three bound text fields called (txt_Location1, Txt_Quantity, and Txt_Reference Number) I want the information I put in my first form text field example (D49-10A-001) to my txt_Location1 field. I try to do an on load event with this code Me.Txt_Location1 = Forms!Frm_SearchEngine.Txt_ScanLoc.Value it works but when I add information to my quantity and reference fields it updates the first record on my txt_main table and not to the corresponding location. Any idea what I m doing wrong?

Thanks everyone for you help
Jul 8 '11 #1
0 1003

Sign in to post your reply or Sign up for a free account.

Similar topics

8
by: Rod | last post by:
Hi, i am doing a ecommerce website and would like to implement a search engine to find products. All the serach engine I have found on the web are parsing html page! This is not what i want. i...
4
by: Laphan | last post by:
Hi Guys Wonder if you can help. I know there are quite a few out there, FusionBot being one that I have taken a shine to, but if not just for the challenge I want to create my own localised...
11
by: Petre Huile | last post by:
I have designed a site for a client, but they have hired an internet marketing person to incrase their search engine ranking and traffic. He wants to put extra-large fonts on every page which will...
2
by: Patrick | last post by:
Are the differences between a search engine, a subject directory and a meta search engine significant for an ebusiness web site owner? A meta search engine merely uses ordinary existing search...
3
by: hazly | last post by:
I'm very new in the web technology and need advice on search engine. I want to develop a portal using PHP and MySQL on Linux. Need to know on the following features : 1. search engine that could...
4
by: MDW | last post by:
Posted this on another board, but evidently it was off-topic there...hope you folks will be able to provide some guidance. I've been working on a Web site for a business (my first non-personal...
1
by: =?Utf-8?B?SklNLkgu?= | last post by:
Search engine; Dynamic pages I was reading a few articles that search engines do not support dynamic pages, is there any reference that talks about how we can overcome this issue?
8
by: Bruno Rafael Moreira de Barros | last post by:
I have this framework I'm building in PHP, and it has Search Engine Friendly URLs, with site.com/controller/page/args... And on my View files, I have <?=$this->baseURL;?to print the base URL on the...
0
by: Aquila Deus | last post by:
Hi all! Does anyone know a working full-text search engine for CJK text? I have tried several but all of them seem to suck: - MySQL full-text: cannot understand chinese "words" at all -...
3
by: Tim | last post by:
Hi GURUS, Suppose our company name is "SEARCH ENGINE". What we want is whenever anybody do goodle search with "SEARCH ENGINE" it should list our page on the list. What are we suppose to do to...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.