I have an ASP page that queries a database to returns POs issued based on criteria "date()", so only Entered today will be returned. Here is the SQL part of it:<br><br><%<br>If IsObject(Session("ASNDatabase_conn")) Then<br> Set conn =...
hi,<br><br>I have used access2000 to build a database that contains info about orders. Every order has a particular PO number, and I would like to build some ASP that I can for instance, access this database by having the user to go to a page, type a po number, "click" to search, and...
Hi,<br><br>I have a table in access associated with a form that i use to enter data into the table. One textbox in my table is bounded to field "PO Number" and I have used this code to force data entry into the PO field:<br><br>Private Sub Form_AfterUpdate()<br>If Me![Text2] =...
Hi,<br><br>I have a database and users sometimes leave some fields in blank in a form, where they were not supposed to. If I go in Table Design View, I have the "Required field Property" set to "yes" but I would like to have a custom popup message to show when the user leaves...
Hi, <br><br>I have a report based on a query and this query is run based on a date Range I specify. Here is the criteria I use for one of the fields, which is a date field:<br><br>"Between [Enter Week Start:] And [Enter Week End:]"<br><br>When I run the query, it will ask me for the...
U r Awsome!!!!!! Two Questions: In the SQL statement, whats the diff between the "RIGHT JOIN" and "INNER JOIN"????? And Also, how to prevent access from updating the records in the access table that already have status "Delivered" and the receiving date? Because I...
just to make clear, this is what I have in SQL view:<br><br><br>UPDATE tblRCC3 RIGHT JOIN rcc3rcv ON tblRCC3.PO Number = rcc3rcv.PO Number SET tblRCC3.Status = "DELIVERED", tblRCC3.Received Date = Date();<br><br>tblRCC3 is my access table;<br>rcc3rcv is the spreadsheet...
When I run the query, I get an error:<br><br>"Syntax Error (missing operator) in query expression 'tblaccess.PONumber = tblexcel.PONumber. tblaccess and tblexcel are the names u have given in the example, and I replaced this with my table names.
Well, for receiving date, i want the date they have provided me in the Spreadsheet sent to me....and "DELIVERD" will be the new status from field "STATUS" in my table, which was "In Transit" before.
Hi Everybody,<br><br>My problem is the following: I keep an access table where I have data that holds information about orders ( the fields are: Customer Name, PO Number, Date shipped, Date Received, Status)... Field "Status" is always "In Transit", since the order is still...
Hi,<br><br>I have 4 tables, similar in aspect, and all 4 of them have a field named "DATEENTERED', bounded to a control in a form, so everytime a record gets entered, Access flags the field of the specific record with the date it was entered. Now, what I need is to have a query that can...
Hi,<br><br>I have a form that I use for record entering...I have force the fields in the table not to accept duplicate records if entered. Is there a way I can have a customized meg box to popup when the user enters a duplicate record and hits the command button that will enter the record??? Thanks
Hi,<br><br>Anyone knows how to code or the code to a form where it will update two fields in a table, using 3 texboxes: Here is how it should work:<br><br>-First texbox: The user will imput a PO number; this PO already exists in the table, but Access should search this po in the table, then...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.