Hello chaps, is it possible to use the CREATE SEQUENCE facility in access SQL for creating reference numbers of fixed length? e.g.
CREATE SEQUENCE CUST_ID
INCREMENT BY 1
START WITH 1000234
MAX VALUE 2000000
NO CYCLE;
Guys please i still need help with this. I just need the 'recipient' form to capture the 'Sender ID' from the 'Sender' form ONLY when you wish to create a new record in the recipient form.
FOR FURTHER CLARIFICATION: an earlier sample of the database is located at...
SORRY BYTEMYZER, Here's what i should have said at the begining:
It's when i try to create a "NEW" recipient by clicking the empty spot at the bottom of the 'recipient' subform on the 'senders' form. When the recipient form opens up,I have to specify the Sender ID first before i do anything. It...
Hi guys i have 2 forms one called sender and the other called recipient, the related field for these two Forms is called "Sender ID".
When i fill in a senders details and then go to the recipient form. The recipients fom is accessed by a On Dbl_Click event on the recipient subform which is...
I have a table called centres which has 4 columns 2 of which are called 'State' and 'Collection Centre'.
I have now created a form from this table, the state and Collection Centre boxes are "combo boxes" and would like when a state is selected, the Collection Centre combo box will automatically...
I cannot seem to get this thing to work, have been trying for months with no success.
I keep getting "Invalid Outside procedure" when you click on the Search button.
At the beginning i started by creating a query that produces all the fileds listed above in the first post. I used the...
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.