|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
how to pick a specific field from access table or report and insert it into variable?
example: have a querry with just one record and one colomn: countcolomn 6 how to get this "6" into variable in vba? thx |
|
#2
|
|||
|
|||
|
variable = DFIRST("countcolomn", "querry")
is one way! |
![]() |
| Viewing: Dev Articles Community Forums > Databases > Microsoft Access Development > insert data from access into variable |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|