Hi!
Im doing LIX now. And need to count words longer than 6 letters.
Can anyone help me?
Is there something with instr i dont understand?
Hi!
Im doing LIX now. And need to count words longer than 6 letters.
Can anyone help me?
Is there something with instr i dont understand?
Im sorry...
Hi again:)
Ive been strugling to make this through but i miss out the indents....
Can someone plz help me out correcting ?
Thanks
Option Compare Database
Option Explicit
Private lengde As Integer
Private Sub comBeregn_Click()
Dim strsql As String
Dim stdset As DAO.Recordset
Dim...
Thanks.
I need to make it with code too!...
This part is not working :
strsql = "SELECT * FROM Lister"
Set stdset = CurrentDb.OpenRecordset(strsql)
With stdset
'Do While Not .EOF
Do Until lengde = 0
lengde = !Lengde1
maksLengde = 200...
I dont want it twice.
Yeah. Youre right. I have been trying so hard for days to find out how to insert into those columns that i probably forgot the most important.
I really dont know.
Are mye insert into lines atleast right?
Option Compare Database
Option Explicit
Private Sub...
Hi again!
I need to insert planks from planks table into planksOK table. They are only allowed to be 200cm, so if they are over they need to be cut.(300 cm = 200 + 100 and so on). Remaining length will be placed in own columns in planksOK.
I have managed to insert 200cm and below.
So if...
Sorry for being stressed. Ill be more patient next time i wonder of something. Thanks for help people and special thanks to arnelgp for making that program. I can use that in my project :) Solved :)