|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Be the architects of evolution and help create the mobile internet future. It’s your move---enter to win here! |
|
#1
|
||||
|
||||
|
current record
hi,
suppose I have a form in access with multiple record, how do I use the value from that specific filed in the form to launch a query. thanks.. ecit12 |
|
#2
|
|||
|
|||
|
Can you please elaborate on this?
|
|
#3
|
||||
|
||||
|
|
|
#4
|
|||
|
|||
|
Is you data normalized? If the data is normalized you may be able to write a module that accepts the record id and performs the needed actions.
|
|
#5
|
||||
|
||||
|
the problem is, I have no idea how to capture the current record ID in Access.
|
|
#6
|
|||
|
|||
|
How are you determing the current record? Is it the record selected? Highlighted or what?
|
|
#7
|
||||
|
||||
|
well as the user scrolls through the form, they can view the current record.
say if the record is [tableName].[fieldName] according to access, if I want to grab the current record I should do this [tableName]![fieldName] but when I put that as the input in my query, it changed all the fields, not just the current one.. ![]() |
|
#8
|
|||
|
|||
|
you can code an onChange event to query the database or onScroll or onClick event.
|
|
#9
|
||||
|
||||
|
I'm not sure if I tried that b4, but I'll try that.. thanks..
![]() |
![]() |
| Viewing: Dev Shed Forums > Databases > Database Management > current record |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|