This one is a very short one which works allright for me
Private Sub baan_DblClick(Cancel As Integer)
Dim stLinkCriteria As String
stLinkCriteria = "[BaanID]=" & Me![BaanID]
DoCmd.OpenForm "Baan", , , stLinkCriteria
End Sub
Katherien I saw you help somebody in the past would you please look at this. I've got a table (order), each record got by autonumber his own orderID. Then I got a form with all the records of this table. All this records got a factID this ID is "0" till i've send the bill of that...
I've got a table (order), each record got by autonumber his own orderID. Then I got a form with all the records of this table. All this records got a factID this ID is "0" till i've send the bill of that order. What I want is when I got the form on screen, select one order then the...
I've got a table (order), each record got by autonumber his own orderID. Then I got a form with all the records of this table. All this records got a factID this ID is "0" till i've send the bill of that order. What I want is when I got the form on screen, select one order then the...
Is it possible to find all the fields(schoolID) out of table scholen that are zero, then select a few or all of these records, then find maximum [schoolID] and fill the selected [schoolID]."table scholen" with each time maximum number + 1
Is it possible to find all the fields(schoolID) out of table scholen that are zero, then select a few or all of these records, then find maximum [schoolID] and fill the selected [schoolID]."table scholen" with each time maximum number + 1.
When I sent a bill to somebody this bill gets the number:[Highest number]+1. Is it possible to generate this number by the report and put this in a field in the table
I've got this table with a field billnumber, in this field all the numbers are zero untill the bill is send. Once a month I've got to send the bills to all the zeronumbers, what I want is by one buttonclick change all the zeronumbers to numbers in a row starting from the highest number in the...
I have this table where I post prizes to my customers. What I want is when they decide to buy I want to copy part of this to the table sold. For me it is the best way to do this from the (sub)forms
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.