30. april 2003 - 11:33Der er
9 kommentarer og 1 løsning
Sammensætning af data fra flere felter
Jeg har tre felter (Lokalitet,ProfilNr og PrøveNr). Kan jeg i et fjerde felt automatisk sammensætte data fra de tre første til f.eks: "Lokalitet-ProfilNr-PrøveNr"?
Kan man i det hele taget benytte data fra et felt som f.eks. standard i et andet?
schultze>I see NOTHING which says the values are numeric or text, and even if they were what is the problem? Does he want to ADD the values togther OR just concatenate them?
In the BEFORE update even for the form.
Me.FourthField = Me.FirstField & Me.SecondField & me.ThirdField and if that doesnt work we can start using CStr() Or NZ() or any other fucntions which may be necessary to "sammensætte" the values!
Is that a problem or what schulze?
Synes godt om
Slettet bruger
30. april 2003 - 20:11#9
But we are talking about tablefields not forms. So I can't really see how.
schulze>Come on! We know that the data is going into a table, but normally we enter data through a form dont we? and even ín an ASP program this would be possible!
Synes godt om
Ny brugerNybegynder
Din løsning...
Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.